开发者

IIS Developer Express on XP using Visual Studio

开发者 https://www.devze.com 2023-01-07 19:45 出处:网络
As of recently there is a express edition of the IIS 7. It is bundled with this crazy new tool Web Matrix (http://www.asp.net/webmatrix).

As of recently there is a express edition of the IIS 7. It is bundled with this crazy new tool Web Matrix (http://www.asp.net/webmatrix).

A real IIS instead of the development server in Visual Studio would have many advantages.

Does anybody know, if this IIS edition can be separately downl开发者_JS百科oaded ?

Can it be installed on Windows XP (Professional) ? If yes, are there conflicts with the old IIS 5.1 on XP ?

Can it be integrated in Visual Studio (2008, 2010)?


  • It will be released for download separately to the WebMatrix but as of yet it is only available as part of the WebMatrix bundle

  • It can be used on XP SP3, it will not conflict with 5.1 as it runs as a self contained instance

  • Yes, it can be integrated with VS2010 (you can tell VS to use IIS7 Express rather than Cassini)

Some useful links -

  • ScottGu addresses your first question and part of the integration work
  • The IIS7 Express FAQ where your supported platform questions are answered (along with a whole lot more)
0

精彩评论

暂无评论...
验证码 换一张
取 消