Home » ASP.NET Basics » 02 - Using Visual Web Developer Express 2005
2
Running the site
How to run websites developed through the VWD Express
As we develop a site, we may need to run it and view the resulting page in the browser. The easiest way to do this is to press Ctrl+F5 keys from the keyboard. This will start the built-in web server and display the page in the browser.
Or you can also click the `View in Browser' button
on the standard toolbar.