views:

329

answers:

2

I have a website in my solution, let's assume it is in a folder called /Solution/Website1. When I debug it in Visual Studio, it will come up as http://localhost:someport/Website1. I want it to start as http://localhost:someport. Is this possible?

A: 

If you are using Visual Studio 2008:

R-Click on the project heading in the Solution Explorer. Click Properties. Go to the Web tab, there will be a Servers section which will alow you to specify the port.

Nippysaurus
This is a website, not a web project.
cdonner
not a web application project, that is.
cdonner
Sorry, I misunderstood your question.
Nippysaurus
+2  A: 
bendewey
Sorry, no such property. This is a not a web application project. It is a website project.
cdonner
Correct this is for a Website Project. I added a screenshot
bendewey
Thanks, learned something - the difference between Property Pages (Shift-F4) and Properties (F4).
cdonner
Glad I could help.
bendewey