
Testing File System Web Sites
To test a Web site, you must request the application's files by using a Web server. By default, when you run (test) a file system Web site in Visual Web Developer, Visual Web Developer uses the ASP.NET Development Server as the Web server. The ASP.NET Development Server is a server that runs locally on your computer and can serve ASP.NET Web pages, which makes it suitable for testing your application. For details about the ASP.NET Development Server, see Web Servers in Visual Web Developer.
If you prefer, you can configure your file system Web site to run files using a different server. You might do this if you have an IIS virtual directory that points to your application's folder and you want to run the pages using IIS. In some cases, running pages using IIS provides a more accurate assessment of how the application will run on a production server.
You can specify the Web server that you want to use for testing by setting the application's start options and then specifying the URL of the server that you want to use instead of the ASP.NET Development Server. For details, see How to: Specify the Web Server for Web Sites.