APEXA, LLC
Blog Gallery Contact

WCF getting 404.3 Error (Windows Communication)

Blog Date: Wednesday, October 21, 2009 - Discuss below!

 Recent Blogs << Back

JavaScript substr(), trim(), starts and endsWith() 8/20/2009

ASP.NET MVC advantages over WebForms 8/28/2009

ASP.NET MVC advantages over WebForms 8/28/2009

 More...
 

IT Jobs Hiring


Senior .NET Application Developer (Chicago - Loop) North Chicago, IL

*****SQL Server DBA 2005/2008 Immediate**** (San Diego CA 92101 ) San Diego, CA

Customer Care Assistant — ACS, A Xerox Company Houston, TX

More jobs...
 

After building, a WCF service in Windows Server 2003, I thought no big deal, for Windows Server 2008.  I deployed the service on my Windows Server 2008 machine and started getting 404.3 errors only with my WCF service.  After checking that I had all of the necessary dependencies:

  • 3.0 Framework
  • WCF Activation installed
    • This can be found under  the 3.0 framework options. Depending on your operating system this could be under different locations. 
      • Vista  : Control Panel -> Program and Features -> Turn on/ off Windows Features -> Microsoft.NET Framework 3.0
      • Server 2008 : Server Manager -> Add Features-> .Net Framework 3.0 Features -> WCF Activation

I kept getting 404.3 errors, so I started examining IIS to make sure that the right stuff is registered.  After not finding anything wrong, I started looking at the WCF installation. I found that my WCF services where not installed.  You can do the installation manually by running "ServiceModelReg.exe", which was found at %Windows%\Microsoft.Net\Framework\v3.0\Windows Communication Foundation\.

To check status run:
Command: ServiceModelReg -vi
Result: The expected result if "Default Installation" next to the features shown, otherwise the services are not active. 

To turn on Services:
Command: ServiceModelReg -i
Result: Installation of WCF services in IIS 7(6)

I was then able to immediately test my service and see that I could get to the WSDL.

Hopefully this fixes your 404.3 issue.

 

http://blogs.msdn.com/davidwaddleton/archive/2007/11/02/wcf-and-404-3-errors.aspx



Wednesday, October 21, 2009 7:41:52 PM

Home | Gallery | Contact | IT Consulting | Web Marketing | Search Engine Optimization | Web Design & CMS | My Blog on C# .NET

Site Map | Copyright 2007 Web Design web design | Developed by APEXA, LLC

APEXA, LLC