I'm a C# noob. I learned enough C# to make a class library (.dll) with the functionality I need.<BR><BR>I can register it with RegAsm.exe and use it with my other application just fine. Problem is I ...
I'm trying to make a C# code library available to an old ASP page. I've tried following several tutorials, the sanest of which seems to be this one. Here's what I'm ...