Tuesday, September 30, 2008

How to disable SSL so that I can use svcutil to generate proxy for a WCF service?

Two steps:
1. Disable SSL for this web service in IIS.
2. Set clientCredentialType="None" in web.config.

No comments: