I am using VSTS 2008 + C # + .Net 3.5 + IIS 7.0 to develop an ASP.Net website. I want to develop an Http module that could check if an incoming request has any specific HTTP header (e.g. CustomerID), and if it does not have such a header, I redirect the user request to other pages.
I think I should develop using Http modules in IIS 7.0 integrated mode? Please correct me if I am wrong, or there are simpler solutions. Any reference samples or study guides? I am new to developing Http modules in IIS 7.0.
source
share