- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我每次访问网站时都会收到事件日志条目:
Event Type: ErrorEvent Source: VsJITDebuggerEvent Category: NoneEvent ID: 4096User: NT AUTHORITY\NETWORK SERVICEComputer: COMPUTER-02Description:An unhandled Microsoft .NET Framework exception occurred in w3wp.exe [2908]. Just-In-Time debugging this exception failed with the following error: Debugger could not be started because no user is logged on.Check the documentation index for 'Just-in-time debugging, errors' for more information.Data:0000: 02 00 5c 80 ..\
系统日志
Event Type: ErrorEvent Source: W3SVCEvent Category: NoneEvent ID: 1002Date: 28/03/2011Time: 17:49:28User: N/AComputer: COMPUTER-02Description:Application pool 'DefaultAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
应用日志
Event Type: WarningEvent Source: W3SVCEvent Category: NoneEvent ID: 1011Date: 28/03/2011Time: 17:49:28User: N/AComputer: COMPUTER-02Description:A process serving application pool 'DefaultAppPool' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '3724'. The data field contains the error number. Data:0000: 6d 00 07 80 m..
我也听从了Microsoft's Support site的建议没有运气。网络服务帐户在访问注册表时没有任何问题。
我需要在 IIS6(而不是 IIS Express 7.5)中运行该站点,因为该站点运行 ASP 和 ASP.NET 我需要通配符映射以在 ASP 中进行身份验证。
我已经完全没有想法了,因为该网站在 ASP.NET 3.5(CLR v2 ...)中很好,但是这次升级因调试而完全搞砸了。
任何帮助将不胜感激。
最佳答案
您将需要 WinDbg(Windows 调试工具)和 DebugDiag。
.load sos
!clrstack
0:016> .load sos0:016> !clrstackPDB symbol for clr.dll not loadedOS Thread Id: 0xa60 (16)Child SP IP Call Site01d2eb5c 7c81a251 [HelperMethodFrame: 01d2eb5c] System.Diagnostics.Debugger.LaunchInternal()01d2ebac 7a0e0166 System.Diagnostics.Debugger.Launch()*** WARNING: Unable to verify checksum for mscorlib.ni.dll*** ERROR: Module load completed but symbols could not be loaded for mscorlib.ni.dll01d2ebd8 04470176 ebiz.Global.Application_Start(System.Object, System.EventArgs)01d2f1f8 791421bb [DebuggerU2MCatchHandlerFrame: 01d2f1f8] 01d2f1c4 791421bb [CustomGCFrame: 01d2f1c4] 01d2f198 791421bb [GCFrame: 01d2f198] 01d2f17c 791421bb [GCFrame: 01d2f17c] 01d2f3a0 791421bb [HelperMethodFrame_PROTECTOBJ: 01d2f3a0] System.RuntimeMethodHandle._InvokeMethodFast(System.IRuntimeMethodInfo, System.Object, System.Object[], System.SignatureStruct ByRef, System.Reflection.MethodAttributes, System.RuntimeType)01d2f41c 79b3d689 System.RuntimeMethodHandle.InvokeMethodFast(System.IRuntimeMethodInfo, System.Object, System.Object[], System.Signature, System.Reflection.MethodAttributes, System.RuntimeType)01d2f470 79b3d37c System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, Boolean)01d2f4ac 79b3bfed System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)01d2f4d0 79b43284 System.Reflection.MethodBase.Invoke(System.Object, System.Object[])01d2f4dc 67894f4d System.Web.HttpApplication.InvokeMethodWithAssert(System.Reflection.MethodInfo, Int32, System.Object, System.EventArgs)*** WARNING: Unable to verify checksum for System.Web.ni.dll*** ERROR: Module load completed but symbols could not be loaded for System.Web.ni.dll01d2f500 678951cb System.Web.HttpApplication.ProcessSpecialRequest(System.Web.HttpContext, System.Reflection.MethodInfo, Int32, System.Object, System.EventArgs, System.Web.SessionState.HttpSessionState)01d2f550 67b34175 System.Web.HttpApplicationFactory.FireApplicationOnStart(System.Web.HttpContext)01d2f564 672bfe1c System.Web.HttpApplicationFactory.EnsureAppStartCalled(System.Web.HttpContext)01d2f59c 672bfd3d System.Web.HttpApplicationFactory.GetApplicationInstance(System.Web.HttpContext)01d2f5ac 672fbf28 System.Web.HttpRuntime.ProcessRequestInternal(System.Web.HttpWorkerRequest)01d2f5e0 672fbccd System.Web.HttpRuntime.ProcessRequestNoDemand(System.Web.HttpWorkerRequest)01d2f5f0 672fb2cd System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr, Int32)01d2f5f4 6791c30c [InlinedCallFrame: 01d2f5f4] 01d2f668 6791c30c DomainNeutralILStubClass.IL_STUB_COMtoCLR(Int32, Int32, IntPtr)01d2f7fc 791425a1 [GCFrame: 01d2f7fc] 01d2f86c 791425a1 [ContextTransitionFrame: 01d2f86c] 01d2f8a0 791425a1 [GCFrame: 01d2f8a0] 01d2f9f8 791425a1 [ComMethodFrame: 01d2f9f8]
无论如何,对我来说,您可以看到 Debugger.Launch()
就在顶部,低看,我的代码包含它。似乎 IIS 不喜欢那样如果这是您的第一行代码,则完全没有!
关于visual-studio-2010 - “DefaultAppPool”与万维网发布服务发生致命通信错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5462528/
我的问题描述听起来有些复杂,这让我觉得我的方法有缺陷,所以我也会感谢任何更好的想法。 简短描述: 给定 MSSQL 2008 数据库的连接字符串和部署在 IIS6 上的网站名称,我想以编程方式验证网站
在这个问题上遇到困难。不确定如何,但我的 ApplicationPoolIdentity 已损坏。 目前,我正在使用 Visual Studio 2012 在 Windows 8 上运行 IIS 8。
我每次访问网站时都会收到事件日志条目: Event Type: ErrorEvent Source: VsJITDebuggerEvent Category: NoneEvent ID: 40
我在获取登录机器的用户名时遇到困难。 Environment.UserName 返回“defaultAppPool”,我需要返回用户名。如何除冰? 最佳答案 您可以尝试以下方法之一: 方法一: str
我正在使用 ADSI 查询 IIS 元数据库的网页中运行一段代码。代码很简单: DirectoryEntry iisNode = new DirectoryEntry(
我有一个从 DefaultAppPool 帐户运行的网络应用程序。我想将一些文件写入 DefaultAppPool 的 AppData 文件夹(或任何其他文件夹,我的应用程序正在运行的帐户可以 100
我正在尝试按照此处答案中的建议进行操作:How do I set the .NET Framework Version when using New-WebAppPool? 并使用命令: Set-It
我在 IIS 中遇到超时问题。在 web.config 中, session 超时设置为 60 分钟,但 20 分钟后 session 结束。 此问题仅出现在 IIS7 中,不会出现在 IIS5 中。
当我在 sql server 2005 上运行时: EXEC sp_grantlogin "IIS APPPOOL\DefaultAppPool" 我收到错误: Msg 15401, Level 11
我们有一个站点,该站点运行在具有 2 台 64 位计算机的 Windows 2003 集群上。 该站点需要能够处理超过 20,000 个并发用户 该站点所做的其中一件事是允许下载一个 2MB 的文件(
我正在尝试为ASP NET App授予对数据库的访问权限(这些仅用于测试而非生产)。 这是我第一次在此网络中尝试使用它,之前我还没有使用VS2012,SQL Server 2012 Express,W
我正在研究“Windows Communication Foundation 4 Step By Step”中的一些 WCF 示例。只要服务托管在 casini 中,我生成的应用程序就可以正常运行。将
是否有一个 appcmd 可以通过 appcmd 在 IIS7 上的 DefaultAppPool 上将Load User Profile 设置为 false? 我已经尝试过了 %systemroot
当我在 asp.net 网络应用程序中单击网络表单页面的按钮时,如何重新启动 IIS 6 的 defaultAppPool。 我尝试使用 HttpRuntime.UnloadAppDomain();但
如果我在域级别将完全控制权授予 EVERYONE 用户,是否意味着本地虚拟用户、APP Pool/DefaultAppPool 用户也可以访问该文件夹? 最佳答案 本地用户将不会拥有与域用户相同的权限
我在 Windows7 上的 IIS 7.0 遇到了奇怪且无法解决的问题。 我尝试在我的本地测试服务器上运行网站并收到以下错误: Access to the temp directory is den
我是一名优秀的程序员,十分优秀!