在Windows 7 Home Basic上安装IIS

问题描述:

我有一个ASP.NET应用程序,我想将它部署在Web服务器上。
所以我搜索了一些教程,其中大多数都告诉我们在控制面板中启用IIS管理控制台。但我没有这样的条目。

I have a ASP.NET application and I would like to deploy it on a webserver. So I searched for a some tutorials and most of them tell to enable the IIS Management Console in control panel.But I don't have such an entry in there.

所以我猜到了我有一些组件丢失(拼图)并使用MS WebPI实用程序来安装IIS组件和其他甚至远程连接到Web开发的东西。
我已安装

Web部署3.0

IIS Express 7.5

.NET框架4

和MS网络工具Visual Studio 2010.

So I guessed that I have some component missing(jigsaw) and used the MS WebPI utility to install IIS components and other things even remotely connected to web development. I have installed
Web deploy 3.0
IIS Express 7.5
.NET framework 4
and MS web tools for Visual studio 2010.


仍然没有运气。运行> inetmgr仍然失败。在任何地方都没有inetpub文件夹。(我期望像apache htdocs文件夹那样)

Still no luck.Run>inetmgr still fails.There is no inetpub folder anywhere.(I expected something like apache htdocs folder)

对不起新手问题。我在windows7 home basic。

Excuse me for the newbie question.I am in windows7 home basic.

你无法使用成熟的IIS Windows 7 Home Basic。

You are NOT able to use full-fledged IIS with Windows 7 Home Basic.

根据MSDN Windows 7 Home Basic上安装的IIS7太有限了,您将无法在那里运行ASP.Net应用程序。 IIS管理控制台在Windows 7 Home Basic上也不可用。

According to MSDN IIS7 installed on Windows 7 Home Basic is too limited and you won't be able to run ASP.Net application there. IIS Management Console is also unavailable on Windows 7 Home Basic.

我认为您可以尝试IIS Express和一体机 WebMatrix 解决方案。 WebMatrix为您提供了一个简洁的界面来启动/停止/重启IIS Express并编辑一些IIS Express设置。

I think that you can try IIS Express and all-in-one WebMatrix solution. WebMatrix provides you with a neat interface to start /stop / restart IIS Express and to edit some of IIS Express settings.