Hi,
I hope you are accessing a SQL Server Database in your .NET application. I would suggest to check the performance of the database queries used in your application. Also check if you have the appropriate indexes for the tables used in your application. You can also use the StopWatch class to measure the performance of the business process and data access logic used in the code.
Microsoft MVP - ASP/ASP.NET
No comments:
Post a Comment