Hi,
I'm getting this error and its been really stumping me:
70 - Permission denied - Microsoft VBScript runtime error
Here's the line of code where the error is occuring in my ASP page:
Set rsYears = objYrCtrl.GetYrCtrlRecordsSOAPLocal(strUserID,strPassword)
Where rsYears is a recordset and objYrCtrl is a customized VB 6.0 DLL. I can see the DLL get hit in COM+
The weird part about this is that when I stick the ASP code into a test.vbs file and run it, everything works!! This app is alos currently working on a Windows 2000 server and I want to get it working on a Windows 2003 server.
Any ideas????
I'm getting this error and its been really stumping me:
70 - Permission denied - Microsoft VBScript runtime error
Here's the line of code where the error is occuring in my ASP page:
Set rsYears = objYrCtrl.GetYrCtrlRecordsSOAPLocal(strUserID,strPassword)
Where rsYears is a recordset and objYrCtrl is a customized VB 6.0 DLL. I can see the DLL get hit in COM+
The weird part about this is that when I stick the ASP code into a test.vbs file and run it, everything works!! This app is alos currently working on a Windows 2000 server and I want to get it working on a Windows 2003 server.
Any ideas????