Hi,
I want my .Net app to be accessible to a group only.For this I entered the following in web.config
<authorization>
<allow roles="Group name" />
<deny users="*" />
</authorization>
and want all users who are not member of this group redirected to customised page NoAccess.htm
<customErrors mode="On" defaultRedirect="Error.aspx" >
<error statusCode="401" redirect="NoAccess.htm" />
</customErrors>
I am using Windows authetication,have added the group in the local users and groups.
When I run the set up it prompts for login credentials which when entered gives error message 401.2 Access is denied
Please help.
Regards,
Anoop Srivastava
|
Go4Expert Founder
|
![]() |
| 30Jan2008,22:39 | #2 |
|
You have posted the thread in the Introduction section but can you clarify what language you are using?
|
|
Newbie Member
|
|
| 31Jan2008,00:48 | #3 |
|
Hi,
I am using C# with ASP.Net as frontend(.NET 1.1) |
|
Go4Expert Founder
|
![]() |
| 31Jan2008,08:15 | #4 |
|
Moved to ASP / ASP.NET forum for better responses.
|

