Hi,
I have my web site on a web farm. Each server with in the web farm has a copy of the runtime. Every time I make a release,
1. I pause IIS on the web server and see that there are no connections and take it out of the server pool.
2. Stop IIS
3. Copy the runtime files
4. Clear all the files in 'Temporary ASP.NET Files' folder
5. Start IIS.
6. Test the web site
7. Add it back to the server pool in the web farm.
Repeat this step for each server in the farm.
Obviously, this is getting very tedious. I scripted MS Deploy so that I copy on one server and the others are automatically synchronized.
But my problem is I want to avoid Clearing Temporary ASP.NET Files. This always requires IIS to stop. Is there a way to automate this process?
Can anybody help?
Thanks.