Wednesday, September 19, 2007

* WCF : Hosting in Partial or Medium Trust ASP.NET environment

  • Read about ASP.NET Partial Trust environment.
  • Currently WCF provides very little support for partial trusted environment.
  • When hosting in medium trust environment - only basicHttpBinding is supported by default. If you want to use wsHttpBinding, security mode needs to be set as 'None' or 'Transport'. Default security mode for wsHttpBinding is 'Message'.
  • Partially trusted callers are currently not allowed to call WCF services.

No comments:

Post a Comment