IIS Express or Cassini

谁都会走 提交于 2019-11-30 05:47:40

问题


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


回答1:


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)




回答2:


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.




回答3:


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)



来源:https://stackoverflow.com/questions/11454624/iis-express-or-cassini

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