Debug > Start New instance

Ok, so you learn something every day.

Currently I’m working on a project where I have a number of separate component systems. In particular there is suite of services exposed over HTTP that are consumed by a couple of other projects. One of these is an ASP.NET application, both the services and the ASP.NET apps are using Cassini as their web server for dev.

I was having trouble when I wanted to debug both the client and the service, I’d hit F5 and run up the web site, and discover that the web server for the services wasn’t running too.

However this is easily overcome by right clicking on the web services project Debug > Start New Instance

Advertisement
This entry was posted in Visual Studio. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.