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
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
I have solved this problem by turning on the "HTTP Activation" feature under
ReplyDelete.NET Framework 4.5 Advanced Services -> WCF Services
Thanks Borislav, It works for me as well.
DeleteThanks Borislav! That suggestion was exactly the fix for me!
ReplyDeletetry this http://www.etechpulse.com/2014/05/wcf-service-http-error-4043-not-found.html
ReplyDeleteThank You, Thats works for me...
ReplyDeleteExcellent...was looking for a solution for the last couple of days..this worked a treat! Thanks for sharing this.
ReplyDeletethanks borislav..it worked for me as well.
ReplyDeleteWorks, thank you very much!
ReplyDelete