Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IIS Worker Process does not reset
Message
From
29/03/2019 11:49:12
 
 
To
29/03/2019 11:46:46
General information
Forum:
ASP.NET
Category:
Deployments
Miscellaneous
Thread ID:
01667709
Message ID:
01667710
Views:
29
To be more secure, I moved the detection flag in the Application_Start()
Sub Application_Start()

   ' Let the application know that we have to initialize
   App.oApp.lApplicationStart = True

End Sub
Then, I am using that flag instead to initialize. This works as before. However, it still has the same very rare issue. Basically, a worker process will go in here on the first hit. Then, it will initialize. But, I just found one worker process who completely skipped the Application_Start(). This resulted that the initialize was never done.

What is causing this?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform