I have posted a basic asp.net site that has nothing more than a
default, MasterPage, webconfig, and required assemblies to a goddaddy
hosted site. I get a security exception when I try to access the
default.aspx page (not a cms page). Site runs fine locally. Godaddy
help says medium trust allows reflection not reflectionpermissions
(http://help.godaddy.com/article/1039). Any ideas?
[SecurityException: Request failed.]
System.Reflection.Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) +0
System.Web.Compilation.CompilationUtil.GetTypeFromAssemblies(AssemblyCollection assembliesCollection, String typeName, Boolean ignoreCase) +176
System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +318
System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, B