Browse by Tags
All Tags »
URL Re-Writing (RSS)
The cool thing to do these days is extensionless Urls, meaning there is no .aspx, .html, etc. Instead you just reference the resource by the name, which makes things like Restful interfaces and SEO better. For security reasons IIS disables this feature
Read More...
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...
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...
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...
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...
I decided when I started this Blog I was going to use Community Server as the application. Why not it would be free and it a really well done piece of code. Plus Telligent does make money selling commercial licenses and provides top notch support. The
Read More...
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...