I'm looking at how we can migrate our existing intranet over to .NET and take advantage of compiled code. We've got a mass of include files that is difficult to manage that conatin masses of common functions. These functions are updated quite often which is why we never went the whole hog and used components.<BR><BR>What I'm after is a way in which we can have generic top level objects that are inherited by each application. I want to avoid the potential for disaster in having copies of the same code in each /bin directory per application and have one top level /bin directory that each of the others inherit. This will be used replace the existing includes which form the basis of our common code library.<BR><BR>Thanks in advance for your help.<BR><BR>+Steve