Problem with ASP and Server 2k3 IIS 6.0
I have moved a web site from Windows Server 2000 to 2003.
One of the asp page has a reference to a custom dll, which I registered with regsvr32. At first I was getting a Access Denied error. I then gave the MachineName\IUSR_MachineName account full access to the folder and the dll. Now I get the following error.
Microsoft VBScript runtime error '800a0e7d'
Unknown runtime error: 'CreateObject'
The code at line 1 is like:
<%Set x = CreateObject("B.C")%>
Where B is the name of the dll.
Any help would be greatly appreciated.
|