简体   繁体   English

经典 ASP 给出内部服务器错误 500

[英]Classic ASP gives Internal Server Error 500

Need your help with an legacy ASP application hoisted on IIS 7. The application connects to oracle 10 and fetches data.在 IIS 7 上挂起的旧式 ASP 应用程序需要您的帮助。该应用程序连接到 oracle 10 并获取数据。 If the rows exceed 500 then Internal Server 500 error is shown in the browser.如果行超过 500,则浏览器中会显示 Internal Server 500 错误。 How to overcome this ?如何克服这一点? Is there any logs I can check to fine out this error.有没有我可以检查的日志来解决这个错误。 Is there anything i need to do on timeout parameters.我需要对超时参数做些什么。

Any pointers will be of great help.任何指针都会有很大帮助。

Thanks a zillion.感谢无数。

If you have tried the methods above to see what kind of error you are getting and it is buffer related, then you need to increase the response buffer limit.如果您已经尝试了上述方法以查看您遇到的错误类型并且与缓冲区相关,那么您需要增加响应缓冲区限制。 in IIS 7, click on the website, click on ASP, click on limits properties, increase the response buffer limit and script time-out limit as well.在 IIS 7 中,单击网站,单击 ASP,单击限制属性,同时增加响应缓冲区限制和脚本超​​时限制。 Hope this helps.希望这可以帮助。

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

相关问题 IIS 7.5上的内部服务器500错误经典ASP - Internal Server 500 error classic asp on IIS 7.5 内部服务器错误500 ASP经典MVC应用程序 - Internal server error 500 asp classic mvc application 使用JavaScript的经典ASP会出现500错误 - classic ASP using JavaScript gives a 500 error 如何在Plesk(运行ASP Classic)管理的IIS 6.0上调试500 Internal Server Error? - How do I debug a 500 Internal Server Error on IIS 6.0 managed by Plesk (running ASP classic)? 获取 500 - 在经典 asp 应用程序中使用 VB 脚本执行存储过程时出现内部服务器错误 - Getting 500 - Internal server error while executing a stored procedure using VB Script in classic asp application IIS7 上的经典 ASP:拒绝在 500 Internal Server Error 上向浏览器发送错误 - Classic ASP on IIS7: refusing to send errors to browser on 500 Internal Server Error 内部服务器错误ASP经典项目 - Internal Server Error ASP classic project .asp无法识别:500-内部服务器错误 - .asp Not Recognized: 500 - Internal server error CLASSIC asp连接到SQL Express Server 500服务器错误 - CLASSIC asp connecting to SQL Express Server 500 server error 经典ASP上500服务器错误 - 无法获得更多详细信息 - 500 Server Error on Classic ASP - Cannot get more details
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM