IIS Express or Cassini

不想你离开。 提交于 2019-11-30 21:18:44

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)

I think this topic will answers most of your questions. In short:

  • wheter you use Cassini or IIS Express depends on your project's configuration

  • IIS Express has a richer feature pack.

I would recommend IIS Express, since I have spent 2+ days chasing bugs that worked fine in Cassini that now rear their ugly heads in IIS Express (and trying to publish to IIS7.5). (These are mainly configuration bugs for SimpleMembershipProvider)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!