Ask a Question related to ASP.NET General, Design and Development.
-
Adrian #1
Application_Start not firing at all
I have an ASP.NET application that runs fine when I run it in the Visual
Studio debug environment.
However, if I "rebuild all" then attempt to browse to the site outside of
the debugger (using IE 6.0), the site throws an exception. The exception is
thrown in the session_start function where it is accessing application
variables. My troubleshooting to date seems to indicate that the application
variables don't exist which is why the exception is being thrown.
How can the session be starting without an application? This seems so
absolutely impossible to me and yet everything about the problem indicates
that is what is happening.
Has anyone got any info on this kind of a problem?
Any help or discussion would be greatly appreciated
Thanks
Adrian
Adrian Guest
-
Web Service throws exception during Application_Start
We have some static information load from web.config during the application_start of our web service. However, if there is an error during this... -
application_start in webservices
Hello...since application_start is not being called when u invoke a webservice for the first time...where r u suppose to or how r u suppose to... -
Application_Start event
i wrote the code below in global.asax: protected void Application_Start (Object sender, EventArgs e) { m_Adapter.SelectCommand = m_CityCmd;... -
Application_Start event does not fire on restart of IIS?
Hi Sirs. We are facing weird problems using a web service written in C#. When the web service application is started we have some startup code in... -
Application_Start fails
hie steve, thanx 4 the feedback. i knoe when i deploy my application to production, i should not be getting any problems with the counter. but i am...



Reply With Quote

