Sep 05, 2007
I had written a sample to redirect all http traffic to https (secure) in September 2006 http://www.awesomeideas.net/post/2006/09/03/Redirecting-from-http-to-https-in-IIS7.aspx In one of our internal discussion alias the question came up that this method...
4 comments
Tags: IIS7HTTP & IIS
Sep 03, 2006
I was thinking to write an HttpModule for IIS7 and wanted a simple, useful and easily understandable scenario. Working with IIS customers for last 3 years one of those common scenario came into my mind, Redirecting http traffic to https. Although this...
6 comments
Tags: IIS7HTTP & IIS
May 16, 2006
Let us see how HTTP is extended to do more than serving static content. When we talk about Windows Platform & HTTP, Microsoft product which comes to the picture is IIS. In the early days (and early versions of IIS) HTTP was primarily used for hosting...
2 comments
Tags: HTTP & IIS
May 06, 2006
Most of my interactions in the past with customers, web developers and some of my prior colleagues, I have found that a larger percentage of them don't have a good understanding of how HTTP protocol works. This could be due to various reasons; some of...
0 comments
Tags: HTTP & IIS