'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. If the rows exceed 500 then Internal Server 500 error is shown in the browser. 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.
Solution 1:[1]
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. Hope this helps.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Hamada |