Chat Beta

10/03/2012

"HTTP Error 404.3 – Not Found" with ASP.Net and IIS 8

Have you installed your ASP.Net application in Windows server 2012 (Pre installed with IIS 8) and when you try to browse and getting following error


One of the issues might be :

It complaints about missing handler mappings for the created web site. this is obvious when you look at it closely as follows

Go to the Desired web application listed under "Default web site" under IIS 8 and open "handler mappings"



Here most of the handler mappings are not listed. As a remedy to this click "Revert to Parent" and you will see the all handler mappings are inherited from the parent node.

This might  solve the 404.3 error that you get

HTH

8 comments:

  1. I have solved this problem by turning on the "HTTP Activation" feature under
    .NET Framework 4.5 Advanced Services -> WCF Services

    ReplyDelete
    Replies
    1. Thanks Borislav, It works for me as well.

      Delete
  2. Thanks Borislav! That suggestion was exactly the fix for me!

    ReplyDelete
  3. try this http://www.etechpulse.com/2014/05/wcf-service-http-error-4043-not-found.html

    ReplyDelete
  4. Thank You, Thats works for me...

    ReplyDelete
  5. Excellent...was looking for a solution for the last couple of days..this worked a treat! Thanks for sharing this.

    ReplyDelete
  6. thanks borislav..it worked for me as well.

    ReplyDelete
  7. Works, thank you very much!

    ReplyDelete