How i can implement Windows Authentication to authenticate user while logging in? I do not want to get a pop up window rather i would like to let my login page(LoginPage.aspx) do the same. Please provide me with the steps/ code(vb.net). Thanks
How i can implement Windows Authentication to authenticate user while logging in? I do
Share
It requires a good amount of code to access active directory and authenticate.Please refer the article on codeproject.com or msdn articles.