September 2006 Entries

Url Rewriting using IHttpModule vs ISAPI Rewrite

Why not use IHttpHandler for rewriting: You can find the previous post I've done on this subject here, it has a c# source code example and will also explain some of the downfalls of using the IhttpHandler for rewriting.  In summary my basic feeling on this is IhttpHandler is great if you know the Url that is going to be requested eg. /Rss.ashx every time an rss reader requests this Url, the reader will never know that Rss.ashx doesn't necessarily have to exist as the response is picked up and written back by the handler. How is IHttpModule more useful url rewriting? When it...

posted @ Friday, September 15, 2006 7:25 AM | Feedback (7)

Powered By SUB

I have been aching to try out Live Writer to do a post...but no success yet :( Many people have probably seen the "Powered By ASP.NET 2.0" button. So I thought it was only fair to convert it into a Powered by SUB button. Or here's another more subtle one.

posted @ Wednesday, September 06, 2006 12:55 PM | Feedback (4)