Deployment

There are 1 entries for the tag Deployment
WCF Deployment To IIS
If you are developing you WCF service for web service deployment under IIS and coding with the Visual Studio web server you are in for a rude awakening when it comes time to deploy your solution. Ok, so that is a little over dramatic, but there are a few steps and precautions you need to know about. Below are the main steps to deploying your application to IIS assuming WCF is already installed and registered. The first step is to create an application pool. Make sure that for your .NET 3.5 WCF service...

Posted On Monday, August 29, 2011 6:03 AM | Feedback (0)