Start Page
am 23.04.2008 14:55:00 von ShapperHello,
Can an ASP.NET web site have a different start page instead of
Default.aspx.
For example, Home.aspx or Index .aspx?
Thanks,
Miguel
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
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"
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
If you're working with Visual Studios just right click the page and
click Set as Start Page.