Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

Posted

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

Dream as if you'll live forever, live as if you'll die today
Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...