Ive been going crazy trying to find why it is that when I created a website the Local Webserver that comes with VS 2005 has this format
http://localhost:4943/WebsiteName/Dashboard.aspx
Why is this the defualt?
It should be:
http://localhost:4943/Dashboard.aspx
How do I fix this??????????