Ask a Question related to ASP.NET General, Design and Development.
-
Anne Too #1
Re: 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 still getting the same problem that the application_start is
triggered more than once. any ideas? thanx!
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Anne Too 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 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...



Reply With Quote

