Reputation: 4353
Can anyone please tell me the difference between IIS Server and Development server provided by Visual Studio.
Upvotes: 3
Views: 5515
Reputation: 13581
There are MANY differences, some of them:
What I would recommend for anyone wanting something as simple as Cassini, yet more compatible is to use IIS Express which supports almost all features from IIS yet with a much simplified model suited for development http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.aspx. Visual Studio will include support for it.
Upvotes: 1
Reputation: 2321
Here is a few links to read up on :-)
Core Differences Between IIS and the ASP.NET Development Server
ASP.NET Development Server or Localhost IIS?
What are the (dis)advantages of using Cassini instead of IIS?
I don't know why your looking into this but you might want to take a look at IIS Express - Introducing IIS Express
Upvotes: 8