Latest

HTTP Error 404.17 - Not Found - 0x80070032

Introduction:
In this article we will explore, How to fix HTTP Error 404.17- 0x80070032  for SVC application hosted

PROBLEM:



HTTP Error 404.17 - Not Found
The requested content appears to be script and will not be served by the static file handler.
Detailed Error Information
Module  StaticFileModule
Notification    ExecuteRequestHandler
Handler StaticFile
Error Code  0x80070032
Requested URL   http://serverip:80/Service.svc
Physical Path   C:\inetpub\wwwroot\WebServices\Service.svc
Logon Method    Anonymous
Logon User  Anonymous
Most likely causes:

    The request matched a wildcard mime map. The request is mapped to the static file handler. If there were different pre-conditions, the request will map to a different handler.

Things you can try:
    If you want to serve this content as a static file, add an explicit MIME map.
SOLUTION:

To solve this issue,  Enable the HTTP Activation under WCF Services.




Now the issue fixed, restart the IIS server.


Hope this article helps !!


Thanks for reading this article ! ! please leave your comments and suggestion about this article.

No comments