This is a question about design architecture more than anything else.
We are developing ASP.NET web apps.

We have a project called WebStuff.

In here goes code for JScript, Server side controls, page base classes blah blah.
The server side controls and jscript are generic for any web apps, while the page base class is not and is tied directly to OUR intranet portal app.

I believe that this one huge project should be split into many smaller versions. Server side controls, JScript etc and an intranet related dll.

I have just been told this is a daft idea and everything should be in one large DLL. Am I missing something here regarding VB6 to .NET architecture???



Woka