hi,
I am running a web application in vs-2008 on windows 2003 server.
While execution of .net application, I am getting an error as
"Unable to start debugging on the web server. Unable to connect to the web
server. Verify that web server is running and that incoming HTTP requests are not blocked by firewall."
please help me...........
Loading
srinathPosted Jun 7, 2010, 7:00 AM
Mr. Crish , Thank you for replying.
the solution which is given by you is already exist in my system. still I am facing problem with my application.
please, can you give me another solution to solve the problem.
CrishPosted Jun 3, 2010, 9:21 AM
Do below requirement for debugging application....
1) "Integrated Windows authentication" set to true in "Directory Security" tab in IIS
2) also set "Debug=true" at web.config file
thanks
Don't forget to Mark Do you like this Answer
that solved your problem!