Latest

HTTP Error 404.0 - 0x80070002

Introduction:
In this article we will explore, How to fix HTTP Error 404.0 - 0x80070002  for REST API application hosted in IIS7

PROBLEM:
HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Detailed Error InformationModule IIS Web CoreNotification MapRequestHandler ;Handler StaticFile; Error Code 0x80070002 




WORKAROUND:

This issue occur since systeb.web.Routing was of version 3.5  while web.config requested 4.0 version.

SOLUTION:

To solve this issue, execute the below command  


%WINDIR%\Framework\v4.0.30319\aspnet_regiis -i



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