Combin DLL to ASP
843834Mar 10 2002 — edited Jun 11 2002Hey David ,
I must combine a DLL in ASP project. i implements the folwoing steps( correct me if i wrong) :
1. I create a COM file by choosing DLL format.
2. I finish the class and i compile it.
3. I registrate it by the RegSvr32.exe (this is what i did :Regsvr32.exe [file name])
4. I try to create an object from the ASP project
i wrote : set dataBase= server.CreateObject("C:\WINDOWS\Desktop\Project1\Project1.dll")
i wrote also : set dataBase= server.CreateObject("Project1.dll")
but i get an error during the ASP page loaded. why ?
* when i registrate the dll. the messege box told me the location of it (C:\WINDOWS\Desktop\Project1\).this why i wrote all the path in the command.
if anybody know somthing about it please help me .i`m stuck
Thanks a lot
Bye Bye
Eli