Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which to use? Visual Studio Development Server or Local IIS Web server?

I've always wondered about this ... and thankfully, now have a good environment of experts to ask this question.

When creating a web application project which web server is the most expedient to use?

This is a duplicate question ... ASP.NET Development Server or Localhost IIS? ... my bad!

like image 340
mattruma Avatar asked Jan 20 '09 17:01

mattruma


3 Answers

Read this: ASP.NET Development Server or Localhost IIS?

My question aimed more at general use than Web Apps specifically though..

like image 156
Nick Avatar answered Oct 20 '22 06:10

Nick


As of ASP.NET 4.5 and Visual Studio 2012, the recommended server from the horse's mouth is IIS Express.

like image 20
Edward Brey Avatar answered Oct 20 '22 04:10

Edward Brey


The VS development server is certainly less fuss. It makes developing multiple websites alot easier to manage. If you do not have a dedicated test environment running IIS I would certainly opt to run IIS locally though.

like image 2
Jim Petkus Avatar answered Oct 20 '22 04:10

Jim Petkus