We have IIS version 6.2 for running an ASP.net application. We have a application pool for this web application. The .net framework version is "4.0". "Startmodus" is "AlwaysRunning".
Why is the first access of a user always slow?
I found several questions releated to this topic but I cannot see why "AlwaysRunning" is not helping here.
Is it a good idea to create a powershell script accesssing the web application every 15 minutes in order to avoid this "IIS sleep mode"?