episerver - What does forceBinFolderScan attribute in EPiServerFramework.config file means? -


i studying episerver exam , have read article episerver initialization: http://world.episerver.com/documentation/items/tech-notes/episerver-cms-6/episerver-cms-60/initialization/

it describes how configure initialization limit assemblies scanned during startup, there mentioned forcebinfolderscan attribute not described. examples has set true.

i found article describes how improve startup time of episerver site: http://world.episerver.com/blogs/alexander-haneng/dates/2011/12/starting-cms-6-r2-sites-faster-after-build/

author says change attribute false, doesn't explain means. setting false stops scanning assemblies @ or scans them @ conditions?

i have quite large site , takes several minutes load. have lot of assemblies in bin folder, wanted limit scanning contains initialization modules or plugins.

because of asp.net build system , app startup optimization algorithms assemblies may not loaded in app domain. may hide assemblies episerver initialization system executed during app start. avoid - episerver allows set forcebinfolderscan flag force bin/ folder (and probing folder v7) scanning assemblies. if flag set true - episerver not asking appdomain loaded assemblies - instead scans filesystem , loads dlls not yet loaded.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -