One of my web based application on .net was developed on full trust level environment for dedicated server hosting.
Now, I have to move my application on shared hosting who does not provide the full trust level for my application and assemblies using in the application.
what changes required in either web.config or my application to convert the full trust level into the medium trust level.
Kindly guide.
Thanks in advance.