M
Michael Tissington
Recently upgraded to VS 2008 and trying to debug a web application.
When I start the application the url is something like
http://localhost:nnn/project_name/default.aspx
This is new and causes my web to fail because of the project_name embedded
in the url.
How do I get the url to be like
http://localhost:nnnn/default.aspx ?
Thanks...
When I start the application the url is something like
http://localhost:nnn/project_name/default.aspx
This is new and causes my web to fail because of the project_name embedded
in the url.
How do I get the url to be like
http://localhost:nnnn/default.aspx ?
Thanks...