Quantcast
Channel: ILoggable » asp.net
Browsing latest articles
Browse All 6 View Live

Asynchronous Postback in Web Applications

So a while back I read an an article about the Client Callback Feature in ASP.NET 2.0, which allows ASP.NET 2.0 to do updates to a page without a full page rountrip to the server. But wouldn’t you know...

View Article



Detecting ASP.NET

I’ve been wondering for a while how you could reliably tell if you are currently running under ASP.NET. This is really only of interest to be because of the ThreadSingleton vs. Static Singleton issue....

View Article

Apache Location-like behavior in ASP.NET

One thing I used to do in mod_perl under apache is use the <Location> directive to feed my PerlHandlers instead of using extensions. Not only did that mean that my apps had nice URLs like...

View Article

Apache Location-like behavior in ASP.NET (part II)

As I mentioned in my update to my last post, the custom URLs break down on postback because the form doesn’t realize where it’s supposed to post back to. To get around this, we need two new classes, a...

View Article

XP 64, IIS 6 and ASP.NET

My current dev machine is running XP 64, which is a first for me. In the default setup IIS was not installed, so I went through Add/Remove Programs and installed it, which gave me IIS 6. This in turn...

View Article


Image may be NSFW.
Clik here to view.

nginx+mono vs. apache+mod_mono

I've been using Apache with mod_mono for some ASP.NET MVC2 projects and kept having problems with semaphore arrays being leaked. Under 2.6.7 this even broke xbuild after a while. I then went to 2.8 and...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images