Hi guys,
I would like to know if there's a way to have a single ASP.NET webapplication but creating separate dlls, one for every namespace included into that webapplication.
Now it seems that every namespace contained in a webapplication is compiled into a unique dll but I would like to separate different section of the site (asp pages, classes etc) using different namespaces and different dll.
It's possible? Stevie B. Gibson
I would like to know if there's a way to have a single ASP.NET webapplication but creating separate dlls, one for every namespace included into that webapplication.
Now it seems that every namespace contained in a webapplication is compiled into a unique dll but I would like to separate different section of the site (asp pages, classes etc) using different namespaces and different dll.
It's possible? Stevie B. Gibson