Sign In
ASP.NET 2.0 and IIS 6.0
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
November 2006
(1)
March 2006
(1)
December 2005
(1)
MSDN Blogs
>
ASP.NET 2.0 and IIS 6.0
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET 2.0 and IIS 6.0
Don't use .NET System.Uri.UnescapeDataString in URL Decoding
Posted
over 6 years ago
by
Yangxin Deng
6
Comments
Don't use .NET System.Uri.UnescapeDataString in URL Decoding URL Encoding should encode Space into "+" or "%20". URL Decoding should decode "+" or "20" into Space. However by design, System.Uri.UnescapeDataString doesn't decode "+" into Space. ...
ASP.NET 2.0 and IIS 6.0
How to disable Managed Debug Assistants?
Posted
over 6 years ago
by
Yangxin Deng
6
Comments
When I wrote a C# program which calls a library which is a wrapper of COM ojbect and debugging with Visual Studio 2005, I always got the annoying Managed Debug Assistants popup complains about InvalidVariant. InvalidVariant was detected Message: An...
ASP.NET 2.0 and IIS 6.0
Refresh cache in CacheItemRemovedCallback can cause StackOverFlow in ASP.NET 2.0
Posted
over 7 years ago
by
Yangxin Deng
8
Comments
If you have code that refresh ASP.NET Cache using Cache.Insert in CacheItemRemovedCallback, it works under ASP.NET 1.1 but it may cause infinite loop under ASP.NET 2.0. Create a ASP.NET 2.0 web form project using this code. using System; using System...
Page 1 of 1 (3 items)