N
ningjun.wang
I use Visual Studio .NET 2005 to create a website called "website1".
When I start this website in Visual Studio, the URL is
http://localhost:49299/website1/default.aspx
How can I get rid of "/website1" in the path? I want the URL to be
http://localhost:49299/default.aspx
The reason I want to get rid of /website1 is that I want the URL to be
http://www.mycompany.com/default.aspx on production machine.
Please advise.
Thanks
When I start this website in Visual Studio, the URL is
http://localhost:49299/website1/default.aspx
How can I get rid of "/website1" in the path? I want the URL to be
http://localhost:49299/default.aspx
The reason I want to get rid of /website1 is that I want the URL to be
http://www.mycompany.com/default.aspx on production machine.
Please advise.
Thanks