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
Set dphello = Server.CreateObject("helloWorld")
strDisplay = dphello.shwHello("BOB")
set dphello = null
Thanks,
Josh