M
Morten Overgaard
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 the
Application_Start event in the Global.asax file.
The first time it behaves as expected - but when I restart ( Stop then
Start) the Webserver ( through MMC ) in which this webservice is running I
expect the Application_Start event to fire again but it doesn't??? The only
way I can get the Application_start to fire again is to kill the
aspnet_wp.exe proces ( it starts it self again ).
The problem is that I need to read a file on start up of the application -
and I thought that a "Stop then Start" of the webserver would make the
Application_Start event happen again - but obviously it doesn't. Anybody
knows how to solve this??
Regards Morten
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 the
Application_Start event in the Global.asax file.
The first time it behaves as expected - but when I restart ( Stop then
Start) the Webserver ( through MMC ) in which this webservice is running I
expect the Application_Start event to fire again but it doesn't??? The only
way I can get the Application_start to fire again is to kill the
aspnet_wp.exe proces ( it starts it self again ).
The problem is that I need to read a file on start up of the application -
and I thought that a "Stop then Start" of the webserver would make the
Application_Start event happen again - but obviously it doesn't. Anybody
knows how to solve this??
Regards Morten