Hello all!
I added a Global.asax to my application. I'm using the
Application_Beg inRequest event. Everything works fine in my development
enviorment but when I publish the web site the Global.asax file doesn't get
published. If I manually copy it the event doesn't seem to get called.
Any idea what's going on here?
Thanks,
Joe
I added a Global.asax to my application. I'm using the
Application_Beg inRequest event. Everything works fine in my development
enviorment but when I publish the web site the Global.asax file doesn't get
published. If I manually copy it the event doesn't seem to get called.
Any idea what's going on here?
Thanks,
Joe
Comment