dll - ASP.net application organization question -


what preferred way organize asp.net web application? here 2 choice have:

  1. 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

  2. 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

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -