I have requirement to allow user to access only perticular page using windows authentication . ex i have 3 type of user to my application Auditor, adjuster, Admin. How to achive the above using windows authentication could you pease help me out .
Hey vishnuk,
Please refer below links.
https://www.mikesdotnetting.com/article/216/windows-authentication-with-asp-net-web-pages
https://www.codeproject.com/Articles/94612/Windows-Authentication
You can specify multiple roles or users by using a comma separated list. Verify that you use the correct case when you specify the configuration file element and the associated attribute values.
Please refer below link.
https://support.microsoft.com/en-in/help/323176/how-to-implement-windows-authentication-and-authorization-in-asp-net
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.