Hello everyone,
I am using VSTS 2008 + C# + .Net 3.5 + IIS 7.0 to develop an ASP.Net web site. I want to develop an Http module, which could inspect whether incoming request has some specific http header (e.g. CustomerID) and if do not have such header, I will redirect user request to some other pages.
I think I should develop by using Http Modules in IIS 7.0 integrated mode? Please correct me if I am wrong or there is simplier solutions. Any reference samples or tutorials? I am new to Http Module development in IIS 7.0.
thanks in advance, George