ASP.NET 2.0 and IIS 6.0

Don't use .NET System.Uri.UnescapeDataString in URL Decoding

Don't use .NET System.Uri.UnescapeDataString in URL Decoding URL Encoding should encode Space into...

Author: yangxind Date: 11/08/2006

How to disable Managed Debug Assistants?

When I wrote a C# program which calls a library which is a wrapper of COM ojbect and debugging with...

Author: yangxind Date: 03/21/2006

Refresh cache in CacheItemRemovedCallback can cause StackOverFlow in ASP.NET 2.0

If you have code that refresh ASP.NET Cache using Cache.Insert in CacheItemRemovedCallback, it works...

Author: yangxind Date: 12/20/2005