dll - ASP.net application organization question -
what preferred way organize asp.net web application? here 2 choice have:
have 1 bin/ directory dlls in , 1 main dll. case require rebuild each time server code has been changed. obviously, there may several directories, there 1 bin
can have several bin directories (say 1 per each directory). advantage here each directory own app - other seems pretty messy me.
what best option? if go option 1) can have web.config file contain settings several apps?
ive never had use multiple bin folders - not sure why want to. iis load dll's finds in there , ive never had perforamnce issues - things sharepoint has heaps.
having multiple config files quite useful , valid.
hth
cheers
Comments
Post a Comment