I wanna start my project from a file except Default.aspx
e.g : MasterFile.aspx
Is there a setting for doing that in Visual Studio 2010?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Default page settings is somewhat different from one version of
IISto another version.If you have IIS7 or IIS Express then add following entry in web.config file
Or you may use urlMappings,
Setting Up Default Documents (IIS 6.0)