Start Options, Web Site Property Pages Dialog Box
The Start Options property page allows you to specify how Microsoft Visual Web Developer interprets the command to run a Web page when you choose Start Debugging or Start Without Debugging from the Debug menu (or press F5 or CTRL+F5). These options are local settings and not shared with other users.
Note |
|---|
The options in this page apply only when you are testing your Web site in Visual Web Developer; they do not apply to deploying your Web site to a production server. For more information on deployment, see Deployment (How Do I in Visual Web Developer). |
To access this dialog box
In Visual Web Developer, in the Solution Explorer pane, click your Web site project name.
Click View and then click Property Pages.
Alternatively, you can right-click your Web site project name in Solution Explorer and click Property Pages.
The Property Pages window appears.
Click the Start Options node.
Start action
The Start action group allows you to specify what page or process Visual Web Developer launches when you run the Start command.
Server
The Server group allows you to control what Web server is used when you test pages.
Debuggers
The Debuggers group allows you to specify which debuggers are available when you test pages. When a debugger is loaded, it can include debugging engines for different types of code. The options you select here determine which of the engines is loaded.
Note
|
|---|
|
Each debugging engine you load requires memory and affects the performance of debugging overall. In general, you should specify only the debugging engines that you need. |
Note
|
|---|
|
In Visual Web Developer Express Edition, only ASP.NET debugging is available. |
Note