|
by bruce via Bruce Johnson's SOA(P) Box on 11/1/2004 1:43:00 PM
Are you having a problem with apparently random application restarts in your ASP.NET application? Does your session information mystically disappear with no discernable pattern? Well, the following may help you out.
One of the things that ASP.NET does to help make it easier for developers to modify running web sites is to keep an eye on files that are part of the virtual directory. If you drop a new version of a DLL into the bin directory, it takes effect from the next request
... [ read more ]
|