I found a great post on dmitryr's blog on how to find the current trust level for your ASP.NET application, it is practical if you are hosting your site on a hosting company as the hosting company can set the trust level for your application in their machine.config file, and set it un-overridable.
Here is how to check the trust level:
Create an aspx page and place a Label:
<%
<!
<
</
In code behind...
using
public
{
Label1.Text = GetCurrentTrustLevel().ToString();
}
})
Run the page and it will tell you what trust level your application has.
Remember Me
a@href@title, strike
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.