I am trying to debug a web application through IIS that has a virtual directory other than localhost. It compiles fine but gets the above message anytime that I try to start debugging. I have compilation debug="true".
|
2
|
|||||
|
|
|
Right click your 'web' project and select 'property pages'. Then change 'Start Options' to 'Don't open a page. Wait for a request from an external application.' and for server, select 'Use custom server' with Base URL: 'http://localhost/your_virtual_dir/' Then with a web browser opened pointing to the IIS location (and virtual dir) you setup, the two should work in tandem with each other. Hope that helped. |
||
|
|
|
Error: Unable to Start Debugging on the Web Server Check the points in the MSDN article above. IME, its normally one of these things:
|
||
|
|
|
|
There could be many reason why you get that error. Microsoft has an article with things to try to solve the problem. http://msdn.microsoft.com/en-us/library/dwesw3ee(VS.71).aspx |
||
|
|
