Using .Net DLL in classic ASP

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.
 
G

Guest

Sorry, should clarify that I want to use the .Net dll in classic ASP. I wasnt
very clear in my last post.
 
C

Chris

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top