Server.CreateObject Failed-800401f3 : Custom DLL used
hi,
i was searching for ways to upload file to server through classic asp. i came across this site {www.developerfusion.com/article/1615/uploading-files-with-asp/8/} which gave a customized dll code to be used through ASP.
i created the dll , placed it in c:\windows\system32 folder, gave full access to IUSR_COMPNAME, registered the dll using regsvr32 ASPUploadComponent.dll.
IN the asp page i am creating an object of the cUpload class with the below statement:
Set objUpload = Server.CreateObject("ASPUploadComponent.cUpload")
but on executing the ASP page i get the below error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/NCIIT_TT/uploadcomplete.asp, line 6
800401f3
please let me know of any thing that i may have missed out..................
Bookmarks