![]() |
Access denied error message 401.2
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 |
Re: Access denied error message 401.2
You have posted the thread in the Introduction section but can you clarify what language you are using?
|
Re: Access denied error message 401.2
Hi,
I am using C# with ASP.Net as frontend(.NET 1.1) |
Re: Access denied error message 401.2
Moved to ASP / ASP.NET forum for better responses.
|
| All times are GMT +5.5. The time now is 16:36. |