c# - Using AppDomainSetup.ShadowCopyDirectories in IIS -


i've got ton of dlls used website. of them never change, change 1 of them.

every time site down 5 minutes while iis restarts. i'd reduce this.

i've read shadow copying being slow when have lot of dll files i'd disable in cases, want use on modified dll can change without having stop iis.

the documentation on shadow copying seems presume setting before appdomain created, iis handles creation of appdomain don't know how use appdomainsetup.shadowcopydirectories property tell not shadow copying in main /bin folder , shadow copy things in /bin/changesfrequently folder. can set in web.config somehow? there way run c# code in iis before shadowcopy process starts?


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -