Hi Everyone,
I have encountered this problem that I am not able to figure out. Please drop me some lines if you have any idea how to solve this issue. I have a global.asax file in my web site. It works fine as I wanted when loading aspx file; however, I have some static page in the same directory such as html and htm page. These page also load correctly and the global.asax file does fire when executing my .net development environment. However, when move these contents my an IIS (hosting server), the static pages (htm and html) does not trigger the global.asax file. Anyone know what's going on? Why doesn't static pages trigger global.asax methods? (dynamic pages still work fine )
Thanks,
I have encountered this problem that I am not able to figure out. Please drop me some lines if you have any idea how to solve this issue. I have a global.asax file in my web site. It works fine as I wanted when loading aspx file; however, I have some static page in the same directory such as html and htm page. These page also load correctly and the global.asax file does fire when executing my .net development environment. However, when move these contents my an IIS (hosting server), the static pages (htm and html) does not trigger the global.asax file. Anyone know what's going on? Why doesn't static pages trigger global.asax methods? (dynamic pages still work fine )
Thanks,
Comment