我有一个在IIS7上运行的具有多个应用程序域的ASP.NET应用程序,我不明白为什么在一个进程中有多个应用程序域。我已经准备好了我的代码库,并且我没有显式地创建第二个应用程序域。有没有可能回收无法超时?
在windbg中,!dumpdomain向我显示以下结果:(过滤后仅显示应用程序域名):
Line 59: Name: None
Line 66: Name: None
Line 372: Name: DefaultDomain
Line 460: Name: /LM/W3SVC/1/ROOT/MyAppDomain-1-129882892717131250
Line 4437: Name: /LM/W3SVC/1/ROOT/MyAppDomain-4-129285605131450579https://stackoverflow.com/questions/10922975
复制相似问题