December 2010 - Posts

FIX IT: ASP.NET 4.0 registration problem after enabling WCF activation feature in IIS 7
Fri, Dec 17 2010 18:39
Hi, If you recently enable WCF HTTP Activation Feature in IIS 7, you might face this prolem when you try to navigate to your WCF service that is targeting .Net Framework 4.0: Could not load type 'System.ServiceModel.Activation.HttpModule' from...
by Mostafa Elzoghbi - C# MVP
Filed under: ,
FIX IT: HTTP 404 Not Found problem when deploying WCF in IIS 7.0
Fri, Dec 17 2010 18:06
Hi Folks, I was developing a WCF syndication service to be deployed on Windows Azure, I faced a problem that when you deploy the WCF service in IIS 7.0 it doesn't work and gives the following error in the browser: HTTP 404 Not Found. I checked the...
by Mostafa Elzoghbi - C# MVP
Filed under: