Is there a possibility to copy DLL files say from KC Development server to production without stopping IIS in Production server?
Is there a possibility to copy DLL files say from KC Development server to production without stopping IIS in Production server?
I hope this can be automated, keeping the downtime expressed in seconds. See ISHDeploy cmdlets on https://sdl.github.io/ISHDeploy/ for example before copying you can Disable-ISHIISAppPool and after copying Enable-ISHIISAppPool. That would allow to overwrite files.
I hope this can be automated, keeping the downtime expressed in seconds. See ISHDeploy cmdlets on https://sdl.github.io/ISHDeploy/ for example before copying you can Disable-ISHIISAppPool and after copying Enable-ISHIISAppPool. That would allow to overwrite files.