Click to See Complete Forum and Search --> : create Class Library in C#


Jster
10-17-2006, 12:07 PM
I'm creating a class library in C# and need to know how to register the dll and access the dll using ASP and not asp.net? Would it be as simple as

Set dphello = Server.CreateObject("helloWorld")
strDisplay = dphello.shwHello("BOB")
set dphello = null

Thanks,
Josh

loon
10-19-2006, 12:55 AM
have a look on this website

http://www.c-sharpcorner.com/2/pr12.asp

hope it help