how to set the start up page once for all
-
hi friends i am using visual web developer 2010 express i have a master page and a many content pages. i set one of the page(welcome.aspx)as start up page by right clicking on it and choosing the set as start up page. but after i run the application for some times it says that it is not connected to local host welcome.aspx so again if it set is as start up page by doing the above process it works. so how to fix it...i cannot always go and click it and set it as set as start up page... K.Gayathri
-
hi friends i am using visual web developer 2010 express i have a master page and a many content pages. i set one of the page(welcome.aspx)as start up page by right clicking on it and choosing the set as start up page. but after i run the application for some times it says that it is not connected to local host welcome.aspx so again if it set is as start up page by doing the above process it works. so how to fix it...i cannot always go and click it and set it as set as start up page... K.Gayathri
Go to WebProject property->Web-> Configure there your specific page OR Start URL
Parwej Ahamad
-
Go to WebProject property->Web-> Configure there your specific page OR Start URL
Parwej Ahamad
-
hi thanks for the reply i went into the path what you said and i found out that the specific page was already given correctly but also still i am having the problem..... sometimes it comes correctly sometimes it doesn't... K.Gayathri
Are you using internal Visual Studio IIS?
Parwej Ahamad
-
Are you using internal Visual Studio IIS?
Parwej Ahamad
-
Go to Project Property -> Web -> Start URL: http://localhost:xxxx/default.aspx Note: xxxx is port no. When you run the application you will see port no that IIS used. Thanks
Parwej Ahamad