简体   繁体   English

ASP.NET页面使其他ASP页面崩溃

[英]Asp.net page crashes other asp pages

I have a couple Asp.net pages that use a few database connections - the problem is when these two pages are separately loaded they crash all the other .asp pages but none of the .aspx pages. 我有几个使用几个数据库连接的Asp.net页面-问题是当分别加载这两个页面时,它们会使所有其他.asp页面崩溃,但没有一个.aspx页面崩溃。

I get this error however for the asp pages that don't load: HTTP/1.1 New Session Failed 但是对于无法加载的ASP页面,我收到此错误:HTTP / 1.1新建会话失败

Here's a snippet that I found: 这是我发现的一个片段:

"This can have something to do with the permissions of the anonymous user account (IUSR) — see KB #210842. You can also try unloading the application and reloading it, changing the memory settings (eg isolated vs. shared) or application pool, and finally rebooting the box." “这可能与匿名用户帐户(IUSR)的权限有关-请参阅KB#210842。您还可以尝试卸载应用程序并重新加载它,更改内存设置(例如,隔离或共享)或应用程序池,最后重新启动盒子。”

Reference: http://classicasp.aspfaq.com/general/why-do-i-get-non-database-related-80004005-errors.html 参考: http : //classicasp.aspfaq.com/general/why-do-i-get-non-database-related-80004005-errors.html

Could you run the aspx pages in a separate application pool from the asp pages? 您能否在与asp页面不同的应用程序池中运行aspx页面? How much memory is available after running the aspx pages? 运行aspx页面后有多少可用内存?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM