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
Shapper [ Mi, 23 April 2008 14:55 ] [ ID #1948333 ]

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
Aidy [ Mi, 23 April 2008 15:08 ] [ ID #1948334 ]

Re: Start Page

If you're working with Visual Studios just right click the page and
click Set as Start Page.
ge0193387 [ Mi, 23 April 2008 15:17 ] [ ID #1948335 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » Start Page

Vorheriges Thema: RadioButton CheckChanged event not firing on first selection
Nächstes Thema: How to make checkbox "read-only"?