Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I wat to start my site with Mypage.aspx page.Currentlty that is starting with Default.aspx. How its possible?
Posted
Updated 2-Jan-13 23:25pm
v2

Either rename your index.aspx page to default.aspx, or create a new default.aspx which redirects to index.aspx

APSX websites always start with Default, not index if no page name is specified by the client. (HTML sites used index.html, but ASPX ones don't)
 
Share this answer
 
Hi,

if you host your site on iis then go to iis select your website, click on properties then select document.

In document, add index.html entry if not present & move it to top of the list.
 
Share this answer
 
Just choose the index.aspx page in your folder structure, right click and set as start page.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900