S
Siva
Hi,
I am getting XMLHTTP status 500 when I try to post a page on my simple ASPX
page. I am not doing much in Aspx page. What I am doing is I just print the
type of Request by the following line:
MsgBox(Request.ServerVariables("REQUEST_METHOD"))
I have another page which post the xml on this aspx page.
oXMLHTTP.open "POST", sURL, False
oXMLHTTP.send sData
where sURL is host path of my aspx page.
Why I am getting status 500? How can I fix it?
I am getting XMLHTTP status 500 when I try to post a page on my simple ASPX
page. I am not doing much in Aspx page. What I am doing is I just print the
type of Request by the following line:
MsgBox(Request.ServerVariables("REQUEST_METHOD"))
I have another page which post the xml on this aspx page.
oXMLHTTP.open "POST", sURL, False
oXMLHTTP.send sData
where sURL is host path of my aspx page.
Why I am getting status 500? How can I fix it?