I an IIS reset each time after we do deployments using a batch file that does the following
IISRESET.EXE SERVER01 /RESTART
However, this is now a problem since we are currently hosting other website instances in the same IIS in SERVER01. My question is, is it possible to just do a quick refresh/restart of a single site instance from IIS? How do I achieve this? Also, is it going to have the same effect as restarting the entire IIS?
Thanks a lot!