Setting startup page - issue
-
Hi, In my project, i made one of the page as Startup Page, by right clicking on that aspx file and selecting "set as startup page". This works fine, but this is not saved in my solution file, so each and every time, i open the project, i need to do this task, else it is taking me to default.aspx page. Do any one know, how to make this work, i donot want to set the page as start up page, each and every time i open the project. Any reply to this would be of great help to me. :-O N.Surendra Prasad
-
Hi, In my project, i made one of the page as Startup Page, by right clicking on that aspx file and selecting "set as startup page". This works fine, but this is not saved in my solution file, so each and every time, i open the project, i need to do this task, else it is taking me to default.aspx page. Do any one know, how to make this work, i donot want to set the page as start up page, each and every time i open the project. Any reply to this would be of great help to me. :-O N.Surendra Prasad
On your project, click Properties. It'll say something like Startup Page or Startup Object. Set your start page there.
-
On your project, click Properties. It'll say something like Startup Page or Startup Object. Set your start page there.
I have already done that, but no use. It will work until i close the project. Once i open it and run it, it will take me to default.aspx page. The issue here is: The entry(start up page option which i selected) is not getting saved in my solution file. This works fine for my other projects, only one particular project has this issue.