I am sure it is possible, but am unable to get it to work...I need to compile a VB.NET Class Library into a .dll and then beable to communicate to it with asp....
Thanks
Mike
You need to expose it through COM interop. Use Google and look for examples
of how to create a COM server DLL with .NET. There's tons of them out there.

Signature
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/
> I am sure it is possible, but am unable to get it to work...I need to compile a VB.NET Class Library into a .dll and then beable to communicate to
it with asp.....
> Thanks,
>
> Mike