A person I know uses IIS 7.0 on Win 2008.
He has ASP.NET application running Crystal Report.
Suppose there are many users:
-IE will display load report failed.
-Other web pages can be accessed.
(When there are few users, there are no problems.)
When there were these problems (load report failed), he tried restarted application pool. Some time, it solved the problems.
If not solved, he tried to stop and start web application.
If not solved, he tried to stop and start whole server.
To alleviate this problem, in IIS Manager, he configured recycling at specifc time and configure IIS to recyle more frequently.
He have already tried fixing all problems in programming.
At the end, these problems still happen.
Should he be looking more into IIS side or Crystal Report side to solve them?
What else can he configure IIS to alleviate this problem?
Many thanks.