Aug 06, 2007
If you're hosting the .NET Framework 3.5 (Beta 2) or planning on it, keep in mind there is some additional work required for the Beta 2 bits. The attached document describes two issues (and their corresponding workarounds) when hosting ASP.NET websites...
0 comments
Filed under: Tips and Tricks, Latest Technical News, ASP.NET, LINQ, .NET
Apr 25, 2007
One thing you can do to help save memory usage is to enable the WorkstationGC. The GC, or garbage collector, manages the memory for appDomains. http://support.microsoft.com/kb/911716
1 comments
Filed under: Tips and Tricks, ASP.NET, IIS