Debug is not working in VS 2008
-
Hello All, when i try to debug in VS2008 then build success then i got error: "Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled. Please see Help for assistance." can you pls tell me what is solution for that? Thanks
Anish Patel
-
Hello All, when i try to debug in VS2008 then build success then i got error: "Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled. Please see Help for assistance." can you pls tell me what is solution for that? Thanks
Anish Patel
anish27patel wrote:
"Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled. Please see Help for assistance."
I think, you have hosted sites on IIS and trying to debug from VS. Just go to IIS > Right Click VD > Properties > Authentication > Edit > Select Windows Authentication. That's all do for you :)
cheers, Abhijit CodeProject MVP
-
anish27patel wrote:
"Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled. Please see Help for assistance."
I think, you have hosted sites on IIS and trying to debug from VS. Just go to IIS > Right Click VD > Properties > Authentication > Edit > Select Windows Authentication. That's all do for you :)
cheers, Abhijit CodeProject MVP
thanks for reply but i already tried that but not working same error is coming.
Anish Patel
-
thanks for reply but i already tried that but not working same error is coming.
Anish Patel
please check weather Web.config placed properly or not?
cheers, Abhijit CodeProject MVP