iis 8 - Global.asax not firing on IIS 8.5 -


the global.asax(.cs) application_beginrequest fires on cassini , iis 7.5 (windows 7) not on iis 8.5 (windows server 2012).

i've researched in every way possible, changed settings both in web.config , iis manager , compared settings between 7.5 , 8.5. there doesn't seem documentation on iis 8.5 @ level.

the code simple context.rewritepath call on selected urls.

any suggestions on try or answers?


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -