我的REST服務應用程序託管在Windows 8 PC的IIS 8中。當我請求服務時,我收到如下錯誤... HTTP錯誤404.0 - 未找到。HTTP錯誤404.0 - 在訪問SVC服務時未找到
這是詳細的錯誤信息。
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
任何幫助,將不勝感激。
有太多的信息給出任何有用的反饋。你有什麼嘗試?你遵循什麼tutotial? – allprog
[訪問IIS中的.svc文件時HTTP 404的可能重複](http://stackoverflow.com/questions/2609377/http-404-when-accessing-svc-file-in-iis) – quetzalcoatl
當前我正在使用此WCF REST應用程序在IIS 7中。現在我已將它移至Windows 8 PC中的IIS8。現在這不起作用,並拋出上述錯誤信息。 –