开发者

asp.net web application request timeout

开发者 https://www.devze.com 2023-01-17 00:12 出处:网络
I have a problem with my asp.net web application. During the test process, there w开发者_运维百科as no problem but after a lot of users started to use application, it gets timeout.. Where should i che

I have a problem with my asp.net web application. During the test process, there w开发者_运维百科as no problem but after a lot of users started to use application, it gets timeout.. Where should i check for this problem?


Wow, that's... not a lot of detail. :/

You have a resource bottleneck somewhere. That could be a DB connection, the web-server itself, or the physical machine resources (i.e. memory). It could be some IDisposable object you aren't releasing, I've seen similar behaviour from an app full of statics which shouldn't have been - basically it could be anything.

You need to start applying diagnostic tools: Trace, a DB profiler like MS SQL Profiler if you have one, simple logging at IIS and application level, etc...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号