TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Saroj Sahoo
NA
9
0
security, access right Issue in Asp.Net application
Apr 1 2010 3:49 AM
I m using Windows7 64 bit, VS2008. I have developed a web application. Due to some security, access right reason, my web application is unable to loaded and displaying properly.
So how can i give the access right to my application folder in windows 7.
Following code of web.config file.
<
authentication
mode
=
"
Forms
"
>
<
forms
defaultUrl
=
"
Default.aspx
"
loginUrl
=
"
Login.aspx
"
requireSSL
=
"
false
"
cookieless
=
"
UseCookies
"
timeout
=
"
30
"
>
</
forms
>
</
authentication
>
<
authorization
>
<deny users="?"/>
<
allow
users
=
"
*
"
/>
</
authorization
>
Reply
Answers (
1
)
show message box after saving the data into db(sqlserver) in asp.net with c#
how to delete multiple rows in datagrid using checkboxes?