Multiple asp.net development server ports

There are several projects and websites in my solution. When I debug a website, the ports are open to all websites. I think this is slowing down my debugging. How can I disable these additional ports and not exclude websites from the solution?

+2


a source to share


1 answer


I think you want to do this:

Set the property to Always Start When Debugging

value false

for each of your website projects. Just click Project in Solution Explorer, press F4. This is the first property on the list.



I had the same problem and this solved my problem!

+3


a source







All Articles