I have a project where the browser should ask for windows authentication while opening any website through http.
Please help me what should i do.I am new to this.
I have a project where the browser should ask for windows authentication while opening any website through http.
Please help me what should i do.I am new to this.
Assuming you're using IIS as your web server. What you are looking for is called Windows Integrated Authentication
.
Just follow this answer: IIS7: Setup Integrated Windows Authentication like in IIS6