WinHTTP error

This is a discussion on "WinHTTP error" within the Classic ASP section. This forum, and the thread "WinHTTP error are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Reply
 
LinkBack (2) Thread Tools
  2 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old Jan 30th, 2006, 14:36
Junior Member
Join Date: May 2005
Location: bath - england
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
WinHTTP error

I have a problem using WinHttp. My server is running windows 2003 web edition, but with the following code I get an error on line 2. The error is Server.CreateObject Failed.

Has anybody else had this. Do I need to install something? Does anybody know of any obvious reason why I can't acess this component?

Code: Select all
<%Dim objWinHttp
Set objWinHttp = Server.CreateObject("WinHttp.WinHttpRequest.5")%>
Thanks.
Reply With Quote

  #2 (permalink)  
Old Jan 30th, 2006, 15:09
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: WinHTTP error

Simon... the answer is quite simple.... they dont have that object installed.

Use the Microsoft.XMLHTTP object instead. Google for it's properties / methods.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
Reply

Tags
winhttp, error

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.webforumz.com/classic-asp/5117-winhttp-error.htm
Posted By For Type Date
ÀÏÎÐÒ: WinHttp Post #1 Refback Mar 13th, 2007 17:19
ÀÏÎÐÒ: WinHttp Post #1 Refback Mar 13th, 2007 17:19

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Getting the &quot;Microsoft JET Database Engine error '80040e14'&quot; error. VegaLA Classic ASP 3 Jan 26th, 2008 00:12
Keep getting error message Microsoft VBScript runtime error '800a01a8' cpando1974 Classic ASP 2 Aug 7th, 2007 12:00
Error 500 - Internal server error JasonStanley PHP Forum 3 Apr 23rd, 2007 17:56


All times are GMT. The time now is 00:04.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43