0
votes
What are the most common, typical things to AVOID coding into my ASP.NET app in order for it to run under Medium Trust on a shared host?
Make sure any third party libraries/frameworks (Castle comes to mind) are build (or can be built) in medium trust.
…
