As we saw in earlier lessons, Visual Web Developer opens with some default working windows when you create or open a web site project. These windows are the Toolbox, the Properties, the Solution Explorer and the Code Editor. There may be other windows that you use as well while you are developing. Sometimes you might close one of these windows by accident or the window may not be showing in your IDE. In either case, it is very easy to bring back these windows if you don’t see them by using the View menu.
For example, if you do not see the Toolbox window open in your IDE, click on the View menu and choose the “Toolbox” option. For the Solution Explorer choose the “Solution Explorer” option. For the Properties windows choose the “Properties Window” option. It is that easy. Watch this sample video as I close the Toolbox and Properties windows and then bring them back by using the View menu.
Every web site project in Visual Web Developer and Visual Studio has a Start Page. The Start Page is the .aspx page that Visual Web Developer will open in your web browser when you run the application by clicking the play button. You can change the Start Page for a web site project by right clicking on the .aspx file in the Solution Explorer that you wish to set as the Start Page and choosing the option “Set As Start Page”. Watch this sample video to see how I set Default2.aspx as the Start Page and then run the application. Then I set Default.aspx as the Start Page and run the application again.
**Keep in mind that setting the start page in Visual Web Developer or Visual Studio does not affect your web site deployment into IIS when you publish your project. IIS has its own default web page that you can change using the IIS administration panel. The start page in Visual Web Developer only affects your development environment when you run the application using Visual Web Developer.