Web应用程序在临时ASP.NET文件中不运行System.Web.HttpCompileException

时间:2015-11-25 09:12:46

标签: c# asp.net iis

我使用Visual Studio 2013并拥有一个在本地IIS(版本8.5.9600.16384)上运行的Web应用程序

从今天起,我无法运行Web应用程序。如果我打开网站,我收到了编译错误,我们的Logger写了以下错误:

<?xml version="1.0" encoding="ISO-8859-1"?>
<Message><Exception><Message>Eine externe Komponente hat eine Ausnahme ausgel&#246;st.</Message><Type>System.Web.HttpCompileException</Type><StackTrace>   bei System.Web.Compilation.AssemblyBuilder.Compile()
   bei System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   bei System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName)
   bei System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName)
   bei System.Web.UI.Page.InitializeThemes()
   bei System.Web.UI.Page.PerformPreInit()
   bei System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   bei System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   bei System.Web.UI.Page.ProcessRequest()
   bei System.Web.UI.Page.ProcessRequest(HttpContext context)
   bei ASP.login_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\ebs.newtraffic.web\b5debfab\c81db55c\App_Web_boau4ge3.0.cs:Zeile 0.
   bei System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   bei System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)</StackTrace></Exception></Message>

其他团队成员对当前版本没有任何问题。几天前我安装了Visual Studio 2015和TFS进行测试,我认为这可能是问题所在。

我已经:

  • 重新启动IIS
  • 重启电脑
  • 删除临时ASP.NET文件中的文件/文件夹
  • 检查安全性并对IIS_IUSRS完全控制以下文件夹
    • 临时ASP.NET文件
    • C:\ Windows \ Temp
  • 清理/构建整个解决方案(VS2013和VS2015)
  • 使用&#34; Microsoft .NET Framework修复工具修复.Net Framework 4.0

它仍然无法正常工作。有什么想法吗?

0 个答案:

没有答案