Hi All,
I have an issue with IIS 6.0, multiple websites, and an HttpModule.
I have two distinct websites, let's call them WebA and WebB, running on IIS 6.0, not virtual directories but websites. They each have their own application pool. They each have their own physical directories. Their physical directories are not sub-directories of the other's physical directory, they are distinct. They each have their own Web.Config.
WebA has the HttpModule registered in its Web.Config. WebB does not have the HttpModule registered in its Web.Config. But requests that are made to WebB are being processed through the HttpModule registered for WebA.
Can anyone explain why this is happening, and if possible, how to fix it?
Thanks in Advance,
SBSSrDev