Hello @Shivani Vyas
High CPU usage in a Classic ASP application (CPU hitting 99% or higher) is often caused by inefficient server-side code, unoptimized database access, or external dependencies.
Here a few links detail what things you could check
- https://stackoverflow.com/questions/3984840/classic-asp-vb6-application-crashes-with-100-cpu-usage
- https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/iis/site-behavior-performance/troubleshoot-high-cpu-in-iis-app-pool
- https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/bb742546(v=technet.10)
😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!