asp.net - do not load custom actions assembly -


my setup project installs web site , executes custom actions using class library. class library copied bin folder of web site, , after iis tries load though isn't needed web site how. how prevent class library loading? maybe possible copy directory instead of bin? or maybe web.config can configured in such way prevent class library loading?

i've moved assembly folder , solved problem.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -