Home All Groups Group Topic Archive Search About

Using .Net DLL in classic ASP

Author
11 Mar 2006 10:53 PM
Shane O'Connor
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.

Author
12 Mar 2006 1:25 AM
Shane O'Connor
Sorry, should clarify that I want to use the .Net dll in classic ASP. I wasnt
very clear in my last post.
Author
12 Mar 2006 5:28 AM
Chris
Shane O'Connor wrote:
> 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
Author
12 Mar 2006 7:22 AM
Cor Ligthert [MVP]
Shane,

I don't believe that you can do this with reasonable effort. Write a classic
ASP pages and use in that a VB.Net Dll. This is the standard link for what
you ask, however.

http://msdn.microsoft.com/msdnmag/issues/02/06/rich/default.aspx

I hope this helps,

Cor


Show quoteHide quote
"Shane O'Connor" <ShaneOCon***@discussions.microsoft.com> schreef in bericht
news:AAAAC380-1F03-40BB-9B8D-16A5A2190631@microsoft.com...
> 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.