Hi All
We have developed a Web based Information management system using VS 2008 and SQL 2005. The application is being run on Intranet where the application server and database server are separate. The maximum number of people who access the application on the intranet simultaneously would be 50-78. However after a few hours use the application suddenly freezes and crashes.
Some where on the internet we found out that this problem may be due to the .net framework and the website suggested to register the framework using the following command (from RUN)
\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Strangely after running this command we are able to get the application back on track. Funnily we are using framework 3.5 but the command is for framework 2.0 and works well.
However since this happens all too often it has become frustrating. We have tested and retested the entire application for bugs however there seems to be no problem with it. Any insight will be highly appreciated.
Regards,
Alok