Unable to Start Debugging on the Web Server
Solution for the error:
"Unable to start debugging on the web server. Debugging failed because integrated windows authentication is not enabled. Please see help for assistance."
Steps 1.
Start --> Run --> inetmgr --> click on ok to open the iis window.
Steps 2.
websites --> Right click on it ---> choose "Properties" to open the web site properties window.
Steps 3.
select "Directory securities" --> click on edit button in "Anonymous access and authentican control".
Steps 4.
check the "Integrated windows authentication" check box in authenticated access. and click on OK buton to close the authentication Method window.
Now you are ready to run your asp.net website with ASP.NET debugger.
"Unable to start debugging on the web server. Debugging failed because integrated windows authentication is not enabled. Please see help for assistance."
Steps 1.
Start --> Run --> inetmgr --> click on ok to open the iis window.
Steps 2.
websites --> Right click on it ---> choose "Properties" to open the web site properties window.
Steps 3.
select "Directory securities" --> click on edit button in "Anonymous access and authentican control".
Steps 4.
check the "Integrated windows authentication" check box in authenticated access. and click on OK buton to close the authentication Method window.
Now you are ready to run your asp.net website with ASP.NET debugger.
Comments