vb.net DLL for ASP/vbscript 3.0

fishberg5051

Member
Joined
Jul 21, 2006
Messages
7
Programming Experience
Beginner
I have a theory question for some of you. I want to know if it's possible to create a dll in vb.net (for example I want to create a threading class)
and then be able to use that with conventional ASP 3.0 and vbscript (not asp.net).

Here is what I want to try to do if anyone can clue me in.
-create threading class and compile as dll
-in asp page I have a draggable layer as a popup box that simulates work being done. Basically I want the user to be able to use other features on the asp page while the function (for example retrieving data from a database that takes awhile) is working.

--in a nutshell: in a vb.net project, creating or using the backgroundworker control

I understand I will have to have some calls that alert the user this process is finished and take them to the right part, but that is a different story. I just want to know if it's at all possible. Any information or just a "HECK NO IT WON'T WORK" is fine. :)

Thanks!
 
Back
Top