Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
ASP XML HTTP Request HELP!
Old 02-21-2007, 08:13 PM ASP XML HTTP Request HELP!
kline11's Avatar
SearchBliss Web Tools

Posts: 1,726
Name: John
Location: USA
Trades: 0
I have several tools that use the the xml http request object like:
Server.CreateObject("Microsoft.XMLHTTP")
that no longer work!
I have also tried the aspx alternative:
Server.CreateObject("MSXML2.ServerXMLHTTP")
and this doesn't work! I have contacted my host (Interland) because I believe this is a server change issue, but could the syntax have changed? Please advise. Thank you.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
kline11 is online now
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-21-2007, 08:34 PM Re: ASP XML HTTP Request HELP!
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Well the syntax has changed a lot - when you say you tried the aspx ( ie ASP.NET ) way, well, ASP.NET really strongly frowns on using Server.CreateObject, in part because late binding is bad. But what's going on in .NET Land shouldn't affect your code - whatever specific version of ASP you're using, the standard is finalized. If you didn't change the code on your site, it shouldn't break. Unless the server configuration changes.

Can you tell us the error message you get?
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 02-21-2007, 11:02 PM Re: ASP XML HTTP Request HELP!
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Your host is Interland. That's your first mistake, dude. They're a horrible host now. They used to be good back in 2000...but that was back in 2000.

Having said that, it does sound like a server change issue. I use Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") and it works fine.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 02-22-2007, 01:40 PM Re: ASP XML HTTP Request HELP!
kline11's Avatar
SearchBliss Web Tools

Posts: 1,726
Name: John
Location: USA
Trades: 0
Quote:
Originally Posted by ADAM Web Design View Post
Your host is Interland. That's your first mistake, dude. They're a horrible host now. They used to be good back in 2000...but that was back in 2000.

Having said that, it does sound like a server change issue. I use Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") and it works fine.
It was their mistake and all is fixed. I used to have Burlee, then Interland aquired them, and now they are Web.com. Things have improved since Web.com took over.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
kline11 is online now
Reply With Quote
View Public Profile
 
Old 02-22-2007, 01:45 PM Re: ASP XML HTTP Request HELP!
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
I dunno, dude. I was with both Burlee and Interland (separate sites) and while Burlee was okay back in the day, Interland...well...they turned to crap.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Reply     « Reply to ASP XML HTTP Request HELP!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.14878 seconds with 12 queries