Stuart Redhead
2003-08-20 16:03:20 UTC
I have an ASP script that implements various CreateObject calls. All
load Ok EXCEPT WinHttp.WinHttpRequest.
So far I have tried:
* All the permutations I can think of to name to Object (ie
CreateObject("WinHTTP.WinHttpRequest") etc
* regsvr winhttp.dll (Reported no problems)
* Changing the NTFS permissions on winhttp.dll to give the Internet
Guest Account and Launch IIS Process Account explicit permission to
execute the file
The message that is found in the browser is as follows:
Error Type:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'WinHttp.WinHttpRequest.5'
/redirector2.asp, line 44
The script is running on the following server configuration:
* Windows 2000 Server, Service Pack 4
If anyone has any ideas how to resolve the problem I will be extremely
grateful. I have just spent 3 full days trying to work out how to fix
this.
load Ok EXCEPT WinHttp.WinHttpRequest.
So far I have tried:
* All the permutations I can think of to name to Object (ie
CreateObject("WinHTTP.WinHttpRequest") etc
* regsvr winhttp.dll (Reported no problems)
* Changing the NTFS permissions on winhttp.dll to give the Internet
Guest Account and Launch IIS Process Account explicit permission to
execute the file
The message that is found in the browser is as follows:
Error Type:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'WinHttp.WinHttpRequest.5'
/redirector2.asp, line 44
The script is running on the following server configuration:
* Windows 2000 Server, Service Pack 4
If anyone has any ideas how to resolve the problem I will be extremely
grateful. I have just spent 3 full days trying to work out how to fix
this.