I have an ASP.NET project. Currently, it starts on the Default.aspx page. However, I’d like to change this so that it starts on a different page. In VS2008 it is possible to specify the start page, but that doesn’t seem to affect the published product.
I’ve tried putting a Response.Redirect in the Page_Load of Default.aspx, but that doesn’t seem to work either.
Have you looked at IIS settings – normally for the site you can specify the “Default content page” and the default will be to go to the specified aspx page if that page exists in the root folder of the web site (normally it is set to default.aspx)