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?
views:
329answers:
2
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
2009-04-20 03:19:31
This is a website, not a web project.
cdonner
2009-04-20 03:25:42
not a web application project, that is.
cdonner
2009-04-20 03:27:44
Sorry, I misunderstood your question.
Nippysaurus
2009-04-20 03:52:57