我试图将我的应用程序(ASP.NET)部署到Windows托管服务器,我收到以下消息:

'/'应用程序中的服务器错误 . 安全异常说明:应用程序尝试执行安全策略不允许的操作 . 要授予此应用程序所需的权限,请与系统管理员联系或在配置文件中更改应用程序的信任级别 . 异常详细信息:System.Security.SecurityException:请求失败 . 源错误:在执行当前Web请求期间生成了未处理的异常 . 可以使用下面的异常堆栈跟踪来识别有关异常的起源和位置的信息 . 堆栈跟踪:[SecurityException:Request failed . ] System.Security.CodeAccessSecurityEngine.ThrowSecurityException(RuntimeAssembly asm,PermissionSet grant,PermissionSet denied,RuntimeMethodHandleInternal rmh,SecurityAction action,Object demand,IPermission permThatFailed)96 System.Security.CodeAccessSecurityEngine.ThrowSecurityException(Object assemblyOrString ,PermissionSet被授予,PermissionSet被拒绝,RuntimeMethodHandleInternal rmh,SecurityAction动作,对象需求,IPermission permThatFailed)80 System.Security.CodeAccessSecurityEngine.CheckSetHelper(PermissionSet grants,PermissionSet refused,PermissionSet requirements,RuntimeMethodHandleInternal rmh,Object assemblyOrString,SecurityAction action,Boolean throwException)288 System.Security.CodeAccessSecurityEngine.CheckSetHelper(CompressedStack cs,PermissionSet grants,PermissionSet refused,PermissionSet requirements,RuntimeMethodHandleInternal rmh,RuntimeAssembly asm,SecurityAction action)70 System.RuntimeTypeH andle.GetTypeByName(String name,Boolean throwOnError,Boolean ignoreCase,Boolean reflectionOnly,StackCrawlMarkHandle stackMark,IntPtr pPrivHostBinder,Boolean loadTypeFromPartialName,ObjectHandleOnStack type)0 System.RuntimeTypeHandle.GetTypeByName(String name,Boolean throwOnError,Boolean ignoreCase,Boolean reflectionOnly,StackCrawlMark&stackMark, IntPtr pPrivHostBinder,Boolean loadTypeFromPartialName)70 System.RuntimeType.GetType(String typeName,Boolean throwOnError,Boolean ignoreCase,Boolean reflectionOnly,StackCrawlMark&stackMark)40 System.Type.GetType(String typeName)30 System.CodeDom.Compiler.CompilerInfo.get_IsCodeDomProviderTypeValid() 12 System.Web.Compilation.CompilationUtil.GetRecompilationHash(CompilationSection ps)2045 System.Web.Configuration.CompilationSection.get_RecompilationHash()107 System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDateInternal(Int64 cachedHash)458 System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate (在t64 cachedHash)51 System.Web.Compilation.BuildManager.ExecutePreAppStart()135 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager,IApplicationHost appHost,IConfigMapPathFactory configMapPathFactory,HostingEnvironmentParameters hostingParameters,PolicyLevel policyLevel,Exception appDomainCreationException)549

版本信息:Microsoft .NET Framework版本:4.0.30319; ASP.NET版本:4.7.2558.0

我怎么解决这个问题?