PDA

View Full Version : how to set a start page


pollywog
02-17-2009, 03:09 AM
probably a dumb question.
but on visual studio on the solution explorer I right clicked on my home.aspx and chose set as start page
when I run from my computer everything is great.

however when I post to the server and I log on to the web site is showing me a directory of all my web pages.
how do I get my home .aspx to be the page that shows up when you type in the url?

GWuser
02-18-2009, 05:12 AM
Click IIS Tools under the Tools & Utilities heading. Then select the default documents tab. Update it so that your homepage is first on that list.

pollywog
02-18-2009, 08:08 AM
thank you