Reputation: 21
I'm developing a web application in VS 2010. My application has more than 180 forms and immense amount of controls on each form. I would like to know , if the application is hosted , will there be any performance issues, delay while loading the forms, or any other issues? please advice and suggestions if any.
Thanks in advance.
Upvotes: 1
Views: 124
Reputation: 2946
My friend, use a profiler. It's the most accurate means of determining where the bottleneck in your application is.
A search for asp.net profiler will provide free tools that you can use.
Upvotes: 0
Reputation: 176946
other points are
Check full article : 10 ASP.NET Performance and Scalability Secrets
.
Upvotes: 1