【发布时间】:2017-06-06 18:23:18
【问题描述】:
我在 IIS 上有网站,当我浏览时出现此错误 - HTTP 错误 404.3 - 未找到
由于扩展配置,无法提供您请求的页面。如果页面是脚本,则添加处理程序。如果要下载文件,请添加 MIME 映射。
有人告诉我注册 asp.net,但是当我在 cmd 中运行以下命令时出现此错误。
c:\Windows\Microsoft.NET\Framework64\v4.0.30319>aspnet_regiis -i
This option is not supported on this version of the operating system. Administr
ators should instead install/uninstall ASP.NET 4.5 with IIS8 using the "Turn Win
dows Features On/Off" dialog, the Server Manager management tool, or the dism.e
xe command line tool. For more details please see http://go.microsoft.com/fwlin
k/?LinkID=216771.
谁能帮我解决这个问题?
【问题讨论】:
-
发生这种情况的原因有数百个。以及可通过搜索引擎获得的数千份文档,这些文档可以指导您完成故障排除过程。从那里开始。
-
@请问我编辑了我的问题,我希望这将有助于我们对话问题。
-
错误信息告诉你你需要做什么。阅读它。
-
如果您在故障排除时首先使用 StackOverflow 作为第一步,那么您将度过一段糟糕的时光。
-
@Will 你什么意思我不明白。首先,如果出现问题,我会尝试解决问题,然后我会在明显溢出中发布。
标签: asp.net .net iis windows-server-2008-r2