IIS ASP - Re: ASP Guru needed (XML+ASP)

This is Interesting: Free IT Magazines  
Home > Archive > IIS ASP > March 2006 > Re: ASP Guru needed (XML+ASP)





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: ASP Guru needed (XML+ASP)
Anthony Jones

2006-03-16, 5:52 pm


>That is the XML on the URL. Some times if i make it smaller, that doesnt
>give me that error. but i dont thing is a good idea making it smaller, what
>would be the point ?


>Any suggestion??? Thanks for triying..



Well I guess this should work:-

Dim strXML
Dim objXML

Set objXML = Server.CreateObject("Microsoft.XMLDOM")
objXML.LoadXML Request.QueryString("database1")


But the query string isn't where you really want to be putting the data,
it's not really a POST more a GET with a very large query string.

Is there no mechanism in Flash to perform a proper post where the XML is
sent up as the entity body?

Anthony.



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com