My site has a default.aspx, master.aspx, and six content pages.
When the site loads, it loads the default page which in turns fires
the master page. What determines which content page is displayed
first.
>Your app workflow and user navigation determinate the order of page loading.
>The point I tried to make that it has nothing to do with master pages..
>Perhaps you could elaborate your question more.
> My site has a default.aspx, master.aspx, and six content pages.
>
> When the site loads, it loads the default page which in turns fires
> the master page. What determines which content page is displayed
> first.
See my earlier reply...
default.aspx is one of the standard startup pages on IIS sites so, unless
you've modified this, this will almost certainly be your site's startup
page.
In default.aspx, simply redirect to the content page you want to display
first...

Signature
http://www.markrae.net
Eliyahu Goldin - 25 Jun 2007 15:07 GMT
> In default.aspx, simply redirect to the content page you want to display
> first...
Just to make it clear. The whole discussion was around this point. Open a
content page, not the master one.

Signature
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
>> My site has a default.aspx, master.aspx, and six content pages.
>>
[quoted text clipped - 10 lines]
> In default.aspx, simply redirect to the content page you want to display
> first...