Web server -website acts funny

eramgarden

Contributor
Joined
Mar 8, 2004
Messages
579
We have a test webserver. It points to our test database.

I compile the code in "release" mode and have it on the server. Only maybe 10 people use this test server.

From time to time, we get errors like "page cannot be loaded" or "server is not available". If we keep retrying, then it connects.

If I delete the "asp.net" folder, recompile, reboot..it acts normal for couple of days and then it restarts the errors..

What do I need to do?
 
sounds to me like resources not being disposed properly.

are you calling dispose on all of your Idisposable objects before leaving their method?
 
Back
Top