Start Page
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
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" <mdmoura [at] gmail.com> wrote in message
news:383ead0b-c574-4bd9-b2f2-56960d04eaa3 [at] 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
If you're working with Visual Studios just right click the page and
click Set as Start Page.