Remotely debugging a website on VS2008
-
I would like to configure VS to use a remote IIS server for debugging a .NET 3.5 web application. How do I do this? Everything I find on the web claims that I just have to set some properties in the project configuration under the debugging tab to point to the right server. However, there is no Debugging tab. Under the Web tab, I only seem to be able to specify a local IIS server, not a remote one. I also found one guide that said VS will automatically publish/deploy my application before debugging. This would be very useful but I also do not have a Deployment tab which this guide referred to. I assume these guides were for VS2005 or earlier? They did not specify. How can I accomplish what I want? Ideally, VS would also publish the application before opening it for debugging. (Search keeps giving me the "No error" error, so my apologies if this is an often-asked question)