Browse by Tags
All Tags »
URL Rewriting (RSS)
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...
What a day! I have to tell you when I decided to speak at the NJ Code Camp I was not expecting to have 15 solid hours of great .NET learning and fellowship. I made a lot of new friends and learned some valuable things about .NET technologies, how they
Read More...
Another URL Mapping with Regular Expressions Article.
Read More...
URLMapping or URL Rewriting as is is sometimes called, is very important to make your site people and search engine friendly. Well ASP.NET 2.0 is setup to URLMAP and here is some info on URLMApping with Regular Expressions.
Read More...