PDA

View Full Version : global.asax update issues


grlynn74
04-29-2009, 10:29 AM
When I make changes to global.asax, they work fine on my dev machine but I upload the App_global.asax.dll and it causes script errors!
I'm not sure if this is due to the App_global.asax.dll not being generated in the temporary asp.net folders

Source:
http://kbalertz.com/937095/raise-events-application.aspx

At any rate, it doesn't matter what udpates I make the errors occur.
I've attempted to Stop the site using the IIS Tools Stop/Start section of the control panel during the push, this does not help.
I'm frustrated, and at my wits end. Anybody seen anything like this before? I have a Windows 2003 shared hosted environment setup with IIS 6.

Thanks,
Greg L.

bruce
04-29-2009, 11:04 AM
i am lost!!

What error are you getting again?

grlynn74
04-29-2009, 11:19 AM
The script errors say syntax error. This is a bogus error, there are no script errors in my code.

I am pretty sure this issue is happening because the temporary asp.net files are not being purged during site stop/start or recycling of app pool.

Also, the code that I updated is not working, as if it wasn't there. This works great on my dev box.

The only related info I could find was the KB article I linked which states that the the App_global.asax.dll file is not generated in the temporary ASP.NET folder.

grlynn74
04-29-2009, 11:20 AM
I opened a support ticket for this, ticket# 18D-118B5240-4D57

bruce
04-29-2009, 01:42 PM
what is the url to your page?