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
Subin Thomas
NA
4.9k
125.8k
user authorisation ?
Dec 5 2019 2:58 AM
in my application if any user logs in he/she can access any page by enerting the page name in url,
i want to ristrict specific user from accessing page by typing in the url.
<location path=
"eg.aspx"
>
<system.web>
<authorization>
<allow users=
" "
/>
<deny users=
"*"
/>
</authorization>
</system.web>
</location>
in "allow user" what have to be passed i have userid stored in session in every page, so can i put session value in allow user ?
Reply
Answers (
3
)
Configuration error: allowDefinition='MachineToApplication'
What is use of two web.confiq files in MVC Application.