Requirement :
I am working on the scenario wherein I am changing my Application from FORMS Authentication to Windows Authentication.
Status:
As of now I am able to make the required changes and if I am running the application I am able to open my website directly w/o Login Prompt from IE
i.e. Able to authenticate the user directly using windows authentication
Problem:
After deployment I used Basic Authorization in order to prompt the user once before login. And its working fine.
But client is looking forward to even skip this step so that whenever the user tries to open the website he is able to directly access the default page(using Windows authentication)
I have tried disable “Anonymous Users” and Checked the “Integrated Windows Authorization” but in this case I am getting “Internal Server Error” when trying to access my website.
Please let me know in case there are any clarifications required in order to understand the above mentioned problem statement.
Thanks in advance.