vs2010/12 Cassini/IIS Express

Costas

Administrator
Staff member
Build and test ASP.NET sites and applications using one of two web-servers:

-The ASP.NET Development Server that comes built-into Visual Studio (Cassini)
-The IIS Web Server that comes built-into Windows
 
 

Change PRJ settings to use IIS
You can configure a web project within Visual Studio to use IIS by right-clicking on the project and pulling up its properties (and then by clicking on the “Web” tab within the properties window)"...
source - http://weblogs.asp.net/scottgu/introducing-iis-express

 

 

source - http://blogs.msdn.com/b/webdev/archive/2011/03/14/enabling-iis-express-support-in-vs-2010-sp1.aspx

On VS2010 you have to upgrade to SP1 to use IIS via VS...
 

 

Deciding on a Microsoft Web Server: Cassini, IIS, and IIS Express
http://weblogs.asp.net/scottgu/introducing-iis-express




VS2010 Express (includes all edition web (VWM Express) / VB Express / VCExpress / VCSExpress)
http://bit.ly/1ds03Il
 
Top