I have ASP.Net 4.5 MVC site. I have hosted my site on shared server, but everytime I create subdomain or domain I get the below error
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.
I am NOT asking here what shoud I do to fix this error,that I know.
But my question is
- What kind of operations are causing this Trust Level issue?
- What should I change in my site,so that if trust level is set to medium(other than full), it renders as desired.