C
Curt_C [MVP]
Are you asking how to split em? Simply create them as multiple applications
all under one project. That should work.
all under one project. That should work.
applications all under one project. That should work.Curt_C said:Are you asking how to split em? Simply create them as multiple
Yes, each project gets compiled into an assembly (and can also containapplications all under one project. That should work.
Should it be multiple projects under one "solution" ? Because if under
one
project, everything is packed into one assembly (dll).
John
raffe said:I'd like to be able to have one dll for every module in my web applicarion.
At the same time I'd like those modules to share all the session variables,
configuration, application domain, etc. Anybody has done that before?