I am beginning to see that WCF IIS deployment is no piece of cake, and lots of things break depending on configuration and environment.
Can anyone recommend an online resource that can teach me the art of deployment for WCF IIS Applications.
Thank you
Some of the issues I've already faced when deploying, but not limited to this list:
- Logging stops working
- Production server may have SSL enabled
- Permissions (oh joy!)
- Proxy Servers may / may not be used in production
- IIS version differance
- Windows Server version differances
- Framework features not enabled in production
- 32bit vs 64bit issues
- App gets installed to a virtual directory sitting in the same application as a SharePoint installation
- App pool running under extremely limited credentials
- Locale Differances
The list continues, I want to extend my expertise in this area