How to use Regular DLL in ASP page

  • Thread starter Thread starter MP MP via .NET 247
  • Start date Start date
M

MP MP via .NET 247

(Type your message here)
Hello
Can any1 tell me how to use a regular DLL ( Not a Com DLL ) Which we dont need to Registered.
I have 1 Dll Where I have written some functions as _stdCall . and I am able to use it in a VB application
public declare function...

but I dont knw how to use this Dll in an ASP page.
Plz help me out

Waitting 4 reply
MP
 
You should use some COM object that will work with your DLL because ASP can
not call functions as VB WinApps do.

Gaidar
 
Back
Top