Hi,
How would I go about setting up IIS so that it would either be able to use the application initialisation module or accomplishing the same in with another method.
I currently have multiple webservers with NLB and shared configuration, with the config files and content replicated across the servers. I have set the Idle time-out to 0, recycle at a specific time.
When trying to install the application initialisation module, its says shared config isnt supported!
Why? Because it may not be installed on the other servers?
Anyway, how I can get this to work? Currently after a recycle or a restart, each site currently takes around 20 seconds to load. I am doing a temporary solution now, having the sites checked every few minutes (hoping it will hit all the servers after a while) to to start them up.
Any solution to this?