global.asax update issues

Discussion in 'ASP.NET 2.0' started by grlynn74, Apr 29, 2009.

  1. 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.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    i am lost!!

    What error are you getting again?
     
  3. 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.
     
  4. I opened a support ticket for this, ticket# 18D-118B5240-4D57
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    what is the url to your page?
     

Share This Page