Tag Archives: IIS

Add an HTTP Header with an HttpModule

An HttpModule is a perfect way to add an HTTP header to every request in IIS. An HttpModule is an assembly that is called on every request (and as of IIS 7 this includes non-ASPNET requests). Other uses of HttpModules … Continue reading

Posted in General | Tagged , , , | Leave a comment