How to stop using VS.NET built in webserver?

B

brett

How can I configure VS.NET 2005 to use my local webserver (iis) rather
than the one built into VS.NET? When I start my app from within
VS.NET, it lunches its own webserver.

Thanks,
brett
 
B

brett

Sorry - I found it under project properties | web. However, I get
this message when I start the app in VS.NET:

Microsoft Visual Studio:
Unable to start debugging on the web server. The debugger cannot
connect to the remote computer. This may be because the remote
computer does not exist or a firewall may be preventing communciation
to the remote computer.

VS.NET first prompted to enable debugging on the local network, which
I did and that message went away. Any ideas why it is not working?

Thanks,
Brett
 
A

Alexey Smirnov

Sorry - I found it under project properties | web. However, I get
this message when I start the app in VS.NET:

Microsoft Visual Studio:
Unable to start debugging on the web server. The debugger cannot
connect to the remote computer. This may be because the remote
computer does not exist or a firewall may be preventing communciation
to the remote computer.

VS.NET first prompted to enable debugging on the local network, which
I did and that message went away. Any ideas why it is not working?

Thanks,
Brett

Brett,

what name of IIS Server you specified in the project properties | web,
http://localhost/?

Check this article about known issues with debugging
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vsdebug.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top