网站不工作服务器错误/应用程序

Kra*_*ngh 5 .net asp.net configuration web-config visual-studio-2010

'/'应用程序中的服务器错误.

该程序被组策略阻止.有关更多信息,请与系统管理员联系

描述:执行当前Web请求期间发生未处理的异常.请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息.

异常详细信息:System.ComponentModel.Win32Exception:此程序被组策略阻止.有关更多信息,请与系统管理员联系

源错误:在执行当前Web请求期间生成了未处理的异常.可以使用下面的异常堆栈跟踪来识别有关异常的起源和位置的信息.

堆栈跟踪:[Win32Exception(0x80004005):此程序被组策略阻止.有关更多信息,请联系您的系统管理员] [ExternalException(0x80004005):无法执行程序.正在执行的命令是"C:\ Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe"/ noconfig/fullpaths @"C:\ Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\d7e8c5c7\64d2ef8e\12ln453k.cmdline".] System.CodeDom.Compiler.Executor.ExecWaitWithCaptureUnimpersonated(SafeUserTokenHandle userToken,String cmd,String currentDir,TempFileCollection tempFiles,String&outputName,String&errorName,String trueCmdLine)+6537691 System.CodeDom .Compiler.Executor.ExecWaitWithCapture(SafeUserTokenHandle userToken,String cmd,String currentDir,

[HttpException (0x80004005): Cannot execute a program. The command being executed was     "C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe" /noconfig /fullpaths     @"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET     Files\root\d7e8c5c7\64d2ef8e\12ln453k.cmdline".]
  System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +62
  System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +427
  System.Web.Compilation.BuildManager.CallAppInitializeMethod() +31
  System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager,     IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory,     HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception     appDomainCreationException) +530

[HttpException (0x80004005): Cannot execute a program. The command being executed was     "C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe" /noconfig /fullpaths     @"C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET     Files\root\d7e8c5c7\64d2ef8e\12ln453k.cmdline".]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9873784
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr,     HttpContext context) +254
Run Code Online (Sandbox Code Playgroud)

我的网站不工作我无法理解什么是问题,我打电话给他说这是从我的结束..代码错误可以任何人告诉我这个错误这是在网上当我输入www..com

小智 6

只需删除突出显示的部分:

在此输入图像描述

  • 你能直接插入你的照片而不是发布链接吗? (2认同)