简体   繁体   English

IIS安装错误

[英]IIS installation error

I have installed IIS on windows 7 home basic ( http://www.iis.net/learn/install/installing-iis-7/installing-iis-on-windows-vista-and-windows-7 ). 我已经在Windows 7家庭普通版( http://www.iis.net/learn/install/installing-iis-7/installing-iis-on-windows-vista-and-windows-7 )上安装了IIS。

Though some of the options were missing..... 虽然缺少一些选择。

after installation when I tried to access IIS, I got following error: 安装后,当我尝试访问IIS时,出现以下错误:

HTTP Error 404.4 - Not Found The resource you are looking for does not have a handler associated with it.
  • What do you mean you're accessing iis? 您是什么意思,您正在访问iis? Is it via a URL? 通过URL吗?
  • A 404 error means the server hasn't found the file it's looking for? 404错误意味着服务器没有找到它要查找的文件?
  • You may need to correctly configure a default page on the server (you may need to create a page 'default.htm', or 'default.aspx' 您可能需要在服务器上正确配置默认页面(您可能需要创建页面“ default.htm”或“ default.aspx”

  • you'll need to try adding the IIS management console: 您需要尝试添加IIS管理控制台:

  • go to 'add/remove programs' 转到“添加/删除程序”
  • select 'turn windows features on or off' 选择“打开或关闭Windows功能”
  • click '+' next to 'Internet Information Services' 单击“ Internet信息服务”旁边的“ +”
  • exp[and 'web management tools' exp [和“网络管理工具”
  • check 'iis management console' 检查“ iis管理控制台”
  • this will install the console 这将安装控制台
  • try again, you may find that it works 再试一次,您可能会发现它有效
  • locate the console (right click 'Computer' on the Start menu, select 'manage', under 'Services and Application', click 'Internet Information Services (IIS) manager 找到控制台(右键单击“开始”菜单上的“计算机”,选择“管理”,在“服务和应用程序”下,单击“ Internet信息服务(IIS)管理器”
  • Under IIS, select 'Default Document'. 在IIS下,选择“默认文档”。 This will show you what documents IIS is looking for. 这将向您显示IIS正在寻找什么文档。
  • Try creating a document at whatever location IIS is looking for (by default this is c:inetpub > wwwroot). 尝试在IIS正在寻找的任何位置创建文档(默认情况下为c:inetpub> wwwroot)。 IIS probably uses the default file 'iisstart.htm' that's in the wwwroot directory when you browse to http:// localhost , but you can try 当您浏览到http:// localhost时 ,IIS可能使用wwwroot目录中的默认文件'iisstart.htm',但是您可以尝试
  • You may need to create a website in IIS first, using the management console that you've installed, and provide a default page. 您可能首先需要使用已安装的管理控制台在IIS中创建一个网站,并提供一个默认页面。 Creating and setting up a website is a whole topic in itself 创建和设置网站本身就是一个完整的主题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM