Vikas,
You may also need to change the default role provider. Check these other
settings in the web.config:
<authentication mode="Windows" />
<roleManager defaultProvider="WindowsProvider" enabled="true"
cacheRolesInCookie="false">
<providers>
<add name="WindowsProvider"
type="System.Web.Security.WindowsTokenRoleProvider"/>
</providers>
</roleManager>
Regards,

Signature
S. Justin Gengo, MCP
justin@aboutfortunate[-NoSpam-].com
Free code library at:
www.aboutfortunate.com
> Hi
> I have an intranet application which would be accessed by a small group of
[quoted text clipped - 14 lines]
> Thanks in advance
> Vikas Manghani
Vikas Manghani - 27 Jul 2007 14:44 GMT
Hi Justin
I tried that - but even though I have added myself as a user to the
MyAppUsers windows group, I am asked for my credentials. Even if I supply my
correct credentials, it does not allow me to access the application.
Thanks and regards
Vikas Manghani
> Vikas,
>
[quoted text clipped - 31 lines]
> > Thanks in advance
> > Vikas Manghani