|
If you are running AspDotNetStorefront, it fully supports medium trust operation. There are a few caveats however. The application was designed to support standard medium trust. Some hosts applying additional restrictions to their medium trust policies, which can cause things to break, so make sure your host is using a fairly standard medium trust configuration. Secondly, by default medium trust does not allow access to sockets, which means any code that calls an external URL will fail. Because payment gateways, realtime shipping rates, etc. call third-party API, the host will have to allow access to sockets (or at least allow HTTP/HTTPS calls to the APIs' URLS) in order for realtime payment gateways and real time shipping to function. This is something that we generally see as standard practice amongst hosts running medium trust.
|