G
Guest
I have written an httpModule for use in our test environment. If a user goes
to http://testserver/SomeApplication/MyPage.aspx it will resolve to the
latest version of that application deployed:
http://testserver/SomeApplication.1.0.10.0/MyPage.aspx, for instance.
Problem is, the httpModule doesn't get called because
http://testserver/SomeApplication doesn't exist. I assume this is because
IIS is spitting it back, but I am not sure. Can someone help me figure out a
decent way of getting that to work? Do I need an ISAPI filter instead?
to http://testserver/SomeApplication/MyPage.aspx it will resolve to the
latest version of that application deployed:
http://testserver/SomeApplication.1.0.10.0/MyPage.aspx, for instance.
Problem is, the httpModule doesn't get called because
http://testserver/SomeApplication doesn't exist. I assume this is because
IIS is spitting it back, but I am not sure. Can someone help me figure out a
decent way of getting that to work? Do I need an ISAPI filter instead?