Reputation: 7632
We are developing a large ASP.NET application. The Application uses the below:
SQL Server 2008 R2
Sometimes, we are using the TransactionScope in the business layer to create transactions.
Mainly we have two critical problems:
These problems makes the application very slow and sometimes does not respond, which force us to restart the wcf and sql services.
The application is hosted on a windows server 2008 environment that has 4 GB RAM.
Upvotes: 3
Views: 1038
Reputation: 35905
Hopefully this shall get you started:
Upvotes: 3