Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends

I am stuck up in the very difficult situation and need help from codeproject expertise.

My scenario is as below

I am working for a Bank's Audit department and developing web solution for them. Since bank policy is to use Window authentication for login , I had developed the code to retrieve the windows login id and then matching it with Active directory to authenticate .

it was working in my development server but when I deployed the same code in Production I realize that the server is outside the domain and hence when ever I login from domain it prompts for user name and password , and finally goes to access denied for any domain user Error code 401.1 .

Is there any workaround to make the web application work with windows authentication

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900