|
Subject:
|
call functions of dll
|
|
Posted By:
|
Digon
|
Post Date:
|
12/13/2005 2:36:35 AM
|
Hi,
Can i call function from dll from an asp page (not COM)?
The problem is that i want the asp page to call function from dll which will be in the same library. I could have created a com dll but it means the the web hosting company must register it on their server and they wont.
Thanks
|
|
Reply By:
|
jacob
|
Reply Date:
|
12/13/2005 5:12:14 AM
|
Sure, you can. No problems. Which IDE are you using? If you are using VS .NET then simply add a refenrence to the dll/project and then include the namespace (using) where you want to use the method.
My private site, which I am currently working on consists of more than 10-15 dll's, of which some of them are actually loaded dynamically (plug-ins).
Hope it helps, Jacob.
|