How do I install IIS Express 7.5 onto Windows XP?
在开发ASP.NET应用程序时,我尝试将IIS Express 7.5安装到Windows XP上。 我下载了安装程序并运行它-IIS安装正常(我在"添加/删除程序"列表中看到了它),但没有找到任何可控制它的东西(例如IIS控制台)。
我的同事告诉我,我应该将IIS管理器用于IIS 6,但已经安装了它,但是它只允许我控制从一开始就安装在XP上的IIS 5。 我试图为IIS 7安装IIS管理器,但是当我要求它连接到localhost时,它显示一条错误消息,提示它找不到
如何精确安装IIS Express 7.5和一些管理控制台以将其控制在Windows XP上?
当前没有IIS Express的UI。 您可以从以下链接安装WebMatrix,该链接提供了一些基本的IIS Express管理功能。
http://www.microsoft.com/web/
要么
您也可以从命令行使用IIS Express。 下面的链接提供有关如何从命令行开始使用IIS Express的信息。
http://learn.iis.net/page.aspx/870/running-iis-express-from-the-command-line/
可以通过与VS2010 SP1,WebMatrix和命令行集成来控制IIS 7.5 Express。
从IIS 7.5自述文件
You will most likely need an
Integrated Development Environment to
build web applications over IIS 7.5
Express. Microsoft WebMatrix provides
a simple and integrated user
experience for building both ASP.NET
and PHP websites using IIS 7.5
Express. You can use IIS 7.5 Express
with Visual Studio 2010 SP1 Beta to
build and test web applications
instead of the built-in ASP.NET
Development Web Server (also known as
Cassini). It is also possible to run
IIS 7.5 Express using the command
line.
我还将查看Scott Guthrie的精彩博客文章