Using .Net DLL in classic ASP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there. I want to know is it possible to write a dll in VB.net that I can
use in ASP, and if so to set it up so that I can debug the dll, stepping
through the code just as I would debugging a vb6 dll used by classic asp.
 
Sorry, should clarify that I want to use the .Net dll in classic ASP. I wasnt
very clear in my last post.
 
Shane said:
Sorry, should clarify that I want to use the .Net dll in classic ASP. I wasnt
very clear in my last post.

You need to do this through com. Do a search for making a com dll in
..net. Then you can access the dll like any other windows dll.

Chris
 
Back
Top