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 » httpModule   (RSS)
Custom httpModules eBook from WROX
WROX , one of the .NET community's best friends over the years, has started a new line of eBooks called WROX BLOX. I like the idea of publishing in an eBook format, because you can buy just the part of the book you really want and it give authors the Read More...
What is the Difference between an httpModule and an httpHandler?
I get this question all the time and if you happen to attend one of my presentations on using each you should know by the end of the presentation. I also see this asked often on the ASP.NET forums and I thought it would be worthwhile to address the question Read More...
My Mix Presentation on httpModules
I did a sort of impromptu presentation on httpModules Thursday at Mix 08. The Open Spaces Crew has posted the httpModule presentation on the Mix site for you to view. I run through three of the modules I wrote about in my upcoming WROX BLOX on httpModules. Read More...
Enforcing a Custom 404 Page in ASP.NET
Yesterday Google started hijacking 404 status codes through the Google Toolbar from unknowing Web sites to show pages with ads. TechCrunch even has a poll asking if you think the Google hijacking is a good thing or not. While Google publicly states they Read More...
geekSpeak Online
The geekSpeak I did with Glen Gordon and Lynn Langit last week is now available on Channel 9. Wow I have something I did on Channel 9, who would have thought that? This is a pretty popular presentation I do on custom httpModules and httpHandlers . So Read More...
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...
Richmond Code Camp 4
I will be presenting at the Richmond Code Camp on October 6th, that is next Saturday. Andy Leonard has a great .NET and SQL Server day planned for everyone. I know my local friends Sue Googe and Josh Carlisle will be presenting with me next week. Sue 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...
What is an ASP.NET httpModule?
The more I go out and do presentations about ASP.NET tactics the more I seem to find myself demonstrating the use of httpModules and httpHandlers. I wanted to give a brief introduction to httpModules for everyone. Especially since I have already been 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...
Creating a Background Thread When the Web Site First Starts
There have been several instances along the way where a Web application I am developing would be served by having a thread periodically spin up to perform a needed task at a specified interval. For example the application may need to log the state of Read More...
Stopping Image Leeches
I can not tell you how bad image leeching is. If you do not know what I am talking about it is when you have an image on your web site and someone else embeds a direct like to your image on their site or something like E-Bay. There are two things wrong Read More...
Handling IIS Error Codes gracefully with an httpModule
I have been pretty busy lately and the last week has flown by on me. I have been spending some of my time writing some interesting httpModules that I will share with you in the coming weeks. But as I was reading through the MSDN blogs this afternoon I Read More...