andycharger Posted July 3, 2003 Posted July 3, 2003 I have a web solution im building in .net and I originally built a default.htm page just to see if it works. However, now, I have a webform.aspx page I want as the default start page when my appication starts. (i.e. when someone types 'localhost\inet1') I have right clicked and set the page as the start page but my application still points to the original page. is there a reason why my project does not go to the new location? Quote
JABE Posted July 3, 2003 Posted July 3, 2003 You have to set the default document in IIS under the Documents tab of the Properties page. Quote
Mehyar Posted July 3, 2003 Posted July 3, 2003 Start pages of your project are not recognized direclty by IIS what you can do is create a Default.htm and Redirect it directly to Webform1.aspx Quote Dream as if you'll live forever, live as if you'll die today
andycharger Posted July 3, 2003 Author Posted July 3, 2003 Works but what when its live? So when it goes onto the web server, it needs a default.htm with a redirect, yes? I set the webform1.aspx on my local machine iis as the default and it worked. I guess once it been set up on the web server thought remotely, it will need the default.htm to be recognised? Is this correct? Quote
Mehyar Posted July 3, 2003 Posted July 3, 2003 No either you set it as the default or you create a default with a redirect Quote Dream as if you'll live forever, live as if you'll die today
*Experts* mutant Posted July 3, 2003 *Experts* Posted July 3, 2003 Or you call your WebForm aspx page "index.aspx" or "default.aspx" :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.