【发布时间】:2013-06-24 18:46:00
【问题描述】:
我有 REST 服务应用程序,它托管在 Windows 8 PC 的 IIS 8 中。当我请求服务时,我收到如下错误... HTTP 错误 404.0 - 未找到。
这里是详细的错误信息。
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Most likely causes:
•The directory or file specified does not exist on the Web server.
•The URL contains a typographical error.
•A custom filter or module, such as URLScan, restricts access to the file.
Things you can try:
•Create the content on the Web server.
•Review the browser URL.
•Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click here.
Detailed Error Information:
Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL http://IP.com/Wining/RService.svc/general
Physical Path C:\inetpub\wwwroot\Wining\RService.svc\general
Logon Method Anonymous
Logon User Anonymous
对此的任何帮助将不胜感激。
【问题讨论】:
-
信息太少,无法提供任何有用的反馈。你试过什么?你遵循什么教程?
-
目前我在 IIS 7 中使用此 WCF REST 应用程序。现在我已将其移至 Windows 8 PC 中的 IIS8。现在这不起作用并抛出上述错误消息。
标签: iis-8