|
Rank: Starting Member
Groups: Registered
Joined: 11/10/2002 Posts: 1 Location: ,
|
Hello ipn gurus,
I am using the ipnpage.asp sample from the article 'SECURING DOWNLOAD PURCHASES USING THE PAYPAL IPN' on superfreaker.com.
I was testing it using ipnpal script, but the script fails with the following error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/appuser/Content/ipnpage.asp, line 89
Invalid class string
Line 89 in the asp file is:
set objHttp = Server.CreateObject("Msxml2.ServerXMLHTTP")
I have the same exact line as in the sample code on paypal and superfreaker site.
Please help!!.
Thanks,
|
|
Rank: Starting Member
Groups: Registered
Joined: 9/16/2002 Posts: 2,960 Location: ,
|
|