Start Page

Start Page

am 23.04.2008 14:55:00 von Shapper

Hello,

Can an ASP.NET web site have a different start page instead of
Default.aspx.
For example, Home.aspx or Index .aspx?

Thanks,
Miguel

Re: Start Page

am 23.04.2008 15:08:38 von Aidy

Yes. In the IIS admin tools rght-click your site, properties->Documents.
That is the list of pages it tries if none is supplied so just add/remove
what you want.

"shapper" wrote in message
news:383ead0b-c574-4bd9-b2f2-56960d04eaa3@l42g2000hsc.google groups.com...
> Hello,
>
> Can an ASP.NET web site have a different start page instead of
> Default.aspx.
> For example, Home.aspx or Index .aspx?
>
> Thanks,
> Miguel

Re: Start Page

am 23.04.2008 15:17:23 von ge0193387

If you're working with Visual Studios just right click the page and
click Set as Start Page.