Is it possible to host Orchard to, say, Winhost.com?-Collection of common programming errors
I’m gonna put important data in this alpha version, but still I want to know how to publish Orchard to a commercial host. I’ve setup a new site in my laptop. But when tried publish the local site to my new site at winhost.com, I got an error
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application’s trust level in the configuration file.
Exception Details: System.Security.SecurityException: That assembly does not allow partially trusted callers.
Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace: [SecurityException: That assembly does not allow partially trusted callers.] Castle.DynamicProxy.ModuleScope..ctor(Boolean savePhysicalAssembly, String strongAssemblyName, String strongModulePath, String weakAssemblyName, String weakModulePath) +0
…
-
It works now by adding the following:
…WangJiping