Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IIS Express or Cassini

I'm a little confused about something. I am using Visual Studio 2010 and am a little unsure whether VS 2010 uses IIS Express or Cassini when running web applications. What is the difference?

Thanks,

Sachin

like image 703
Sachin Kainth Avatar asked Jul 12 '12 14:07

Sachin Kainth


1 Answers

VS 2010 SP1 supports both IIS Express and Cassini (VS 2010 supports only cassini). You can configure your project to use IIS Express or Cassini.

By default VS 2010 SP1 uses Cassini and to change right click on your web site/web application and select "use iis express". (When IIS Express used you would find a IIS Express tray icon and there you can see all the running sites)

IIS Express Tray ICON

like image 109
vikomall Avatar answered Sep 28 '22 01:09

vikomall