I am on a shared hosting plan using asp.net mvc 3. In my Application_Start I start my Quartz scheduler and have some jobs run. However some don't seem to be running or something is wrong in them(but they don't seem to throw errors).
I been reuploading all my .dll's for my project but I am not 100% sure if that restarts the Application_Start().
So how do I ensure that Application_Start() gets rerun?