asp.net
I finally bit the bullet and formatted my ASP.NET CAPTCHA server control as a CodeProject article. This version of the control has a few significant improvements over the last version:
* Optimized with use of HttpModule and Cache objects
* Removed ViewState for Captcha text (this isn’t secure, doh)
* Added
asp.net
I’ve talked about HTTP compression in IIS 6.0, and HTTP compression using Net.WebClient, but what about deploying ASP.NET websites to servers you don’t control, e.g., third party hosts? How can we enable compression in that scenario?
We can implement HTTP compression on a per-website
.net
In a recent entry, I bemoaned the lack of good global error handling options for .NET Web Services. By “good” I mean “easy,” like the Application_Error event in Global.asax for ASP.NET websites.
I have a pretty solid web-oriented generic unhandled exception class, which is documented in my