S
Steve Ricketts
I just converted a vb.net web application from VS2003 to VS2008 and the
Application_Start sub is not being executed. I've put a breakpoint on all
subs in the Global.asax.vb to make sure the Global.asax events are firing
and it breaks on Application_BeginRequest and
Application_AuthenticateRequest but not Application_Start! I've tried
changing Application_Start to Application_OnStart but no difference.
Can someone tell me what's happening?.. very confused!
Thanks,
Steve
Application_Start sub is not being executed. I've put a breakpoint on all
subs in the Global.asax.vb to make sure the Global.asax events are firing
and it breaks on Application_BeginRequest and
Application_AuthenticateRequest but not Application_Start! I've tried
changing Application_Start to Application_OnStart but no difference.
Can someone tell me what's happening?.. very confused!
Thanks,
Steve