Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official Blog - Professional ASP.NET

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites



Browse by Tags

All Tags » URL Re-Writing   (RSS)
GeekSpeak on httpHandlers and httpModules
I am excited to announce that I will be doing a GeekSpeak with Glen Gordon and Lynn Langit on November 28th . I will be showing how to practically use httpModules and httpHandlers. You can register to be a part of the live GeekSpeak presentation or catch Read More...
Get Your Head Out of the LAMP's ASS and See Some Light - ASP.NET URL Rewriting Works Great!
Last week Jonathan Hochman wrote an article about how URL Rewriting does not work properly on the ASP.NET/IIS platform . He could not be farther from the truth if it bit him on his big toe and drew blood. Jonathan admits that he was extremely green to Read More...
Building a Basic IP BlackList Filter in ASP.NET
I have always loved the freedom of the Internet, but there is one true fact about life my mother embedded in me about the time I got my driver's license. She told me she was not worried about me, she knew I would be responsible (she knew I did not want Read More...
Create an HttpModule to Process Wildcard Extension Mapping in ASP.NET
Back in July I made a post about configuring IIS to handle Wildcard mapping through ASP.NET . I promised to follow that up with how to write some simple code in ASP.NET to handle the wildcard mapping through a simple URL Mapping httpModule. I am actually Read More...
Hidden Utility Class - URLPath
I remember when I was in college and I found a book called 'Windows Exposed' or something implying that there was a lot of hidden gems in Windows to program against that just were not documented. That trend continues through .NET 2.0 (now 3.0 Read More...