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
Aidy - 23 Apr 2008 14:08 GMT
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.
> Hello,
>
[quoted text clipped - 4 lines]
> Thanks,
> Miguel
cfps.Christian - 23 Apr 2008 14:17 GMT
If you're working with Visual Studios just right click the page and
click Set as Start Page.