Would anyone have suggestions or resources that they could provide
that gives some advice on how to organize/architect a .net website from a
visual studio(.net) perspective? We are going to be converting our classic
asp website to .net - which currently has quite a few logical pieces to it -
as well as 20+ directories. I'm hoping to find some info on recommended
ways of setting up our VS.net solution / IIS applications / namespaces &
classes -- for example, is it best to leave one IIS application at the root
& build a single solution there - with the directories etc included in this
solution? Should it contain one large project (spanning all the
directories/files) or should there be multiple? Should all our files
inherit classes from one large namespace (resulting in one large dll) or
should there be many namespaces/dlls?