When I run my application the url reads http://localhost:61865/siteName/startPage.aspx, I simply want it to read http://localhost:61865/siteName
I have used routes to change http://localhost:61865/siteName/page1.aspx into http://localhost:61865/siteName/page1 but I cannot get this trick to work for the page that loads when I start my application (I have set this in website/start options to "startPage.aspx"
in vs 2010), I asume this is because when I start my application it is directed straight to http://localhost:61865/siteName/startPage.aspx and would therefore show this in the url, how can I change
this?
I have tried to explicitly set the start page to the url "http://localhost:61865/siteName" but this redirects to default.aspx instead of startPage.aspx.
Go to the complete details ...