I set Application user (pass through authentication) in IIS , so i run application , I get this message (Unauthorized: Access is denied due to invalid credentials) , how can i run my application with set Application user (pass through authentication) in iis
Loading
Nitin SontakkePosted Jul 13, 2016, 8:57 AM
hammad ur rehmanPosted Jul 13, 2016, 7:06 AM
Let me clarify my actual problem. I have developed an application that will run on Intranet. It has two panels User and Admin.
The Admin Panel is used to read user details from Active Directory and stores in database that are display on first page of User panel.
In web.config file I have used impersonation to interact with Active Directory. Authentication mode is defined as "Forms" since the Admin panel requires loging (using AD credentials).
Nitin SontakkePosted Jul 13, 2016, 6:32 AM