|
-
Oct 9th, 2007, 01:31 AM
#1
Thread Starter
Lively Member
how to invoke the dll files in the asp application
hi friends
i am using a asp file and scripting is done by the vbscript
i have created one dll file and registered .
hw i need to include or invoke that dll file in my application
any one help me guy's
thanks in advance
with regards
ravi
-
Oct 9th, 2007, 09:07 AM
#2
Re: how to invoke the dll files in the asp application
AFAIK It's done the same as any other dll
Server.createObject("ADODB.Connection")
Edit:
Replace ADODB.Connection with whatever your classes are.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|