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?

后端 未结 6 1777
走了就别回头了
走了就别回头了 2021-02-04 15:33

What are the things that Medium Trust stops you from doing? For example, I\'ve already learned that Medium Trust stops you from using System.IO.Path.GetTempPath(). What other

6条回答
  •  失恋的感觉
    2021-02-04 16:15

    Make sure any third party libraries/frameworks (Castle comes to mind) are build (or can be built) in medium trust.

提交回复
热议问题