Access denied error message 401.2

Newbie Member
30Jan2008,21:57   #1
anoopbitsmart's Avatar
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
shabbir's Avatar
You have posted the thread in the Introduction section but can you clarify what language you are using?
Newbie Member
31Jan2008,00:48   #3
anoopbitsmart's Avatar
Hi,

I am using C# with ASP.Net as frontend(.NET 1.1)
Go4Expert Founder
31Jan2008,08:15   #4
shabbir's Avatar
Moved to ASP / ASP.NET forum for better responses.