Introduction

I want to introduce the basics of the ASP.NET Development Server.

I collected the following contents from various web resources; The ASP.NET Development Server:

1. Opening the ASP.NET Development Server using Visual Studio

Click on the right-most icon at the top of Solution Explorer to open the ASP.NET Development Server on the browser.



2. The following settings page would open after clicking on the icon above.

We can change the settings that are in the following tabs:


3. To set the ASP.NET Development Server as the startup server:



4. After setting the settings as in point 3. if we run the application using F5 then the ASP.NET Development Server would launch.



5. Exe for ASP.NET Development Server.

The following exe would launch the ASP.NET Development Server.

WebDev.WebServer.EXE

This exe could be found at various locations in the machine.

6. Running the ASP.NET Development Server manually.



After running the above command the ASP.NET Development Server would launch as in the following screen:



Conclusion

This article has explained the basics of the ASP.NET Development Server.