You can register the class library in the GAC.

Signature
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
> You can register the class library in the GAC.
>
[quoted text clipped - 18 lines]
>
> > Andrew
Referencing the assembly isn't the problem. When I say control library
I meant user controls. To give you a bit of context I've got a series
of registration and account management forms which are used on a few
different sites. These sit in the library, the library is referenced
in the web application and is a virtual directory in IIS so the GUI
can be displayed.
Kevin Spencer - 04 Feb 2008 11:46 GMT
I understand now, Andrew. You can compile UserControls into an assembly
which can be shared among various projects. This is done using the ASP.Net
compilation tool (Aspnet_compiler.exe). See:
http://msdn2.microsoft.com/en-us/library/ms229863.aspx

Signature
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
>> You can register the class library in the GAC.
>>
[quoted text clipped - 25 lines]
> in the web application and is a virtual directory in IIS so the GUI
> can be displayed.