XMLHTTP40Class Status 500 error.
-
Hi All i am accessing a webservice in my local machine through application which is of c# code and using XMLHTTP40 class i have condition to check the status of the XMLHTTP40 .i created the object of it and was checking a condition like below if (objXmlHTTP.status != 200) { } i am getting status value as 500 .Why status is giving me 500 . i restarted my webservice and then restarted my machine but still status value is 500. can any one help me. Advanced thanks
Regards DilipRam
-
Hi All i am accessing a webservice in my local machine through application which is of c# code and using XMLHTTP40 class i have condition to check the status of the XMLHTTP40 .i created the object of it and was checking a condition like below if (objXmlHTTP.status != 200) { } i am getting status value as 500 .Why status is giving me 500 . i restarted my webservice and then restarted my machine but still status value is 500. can any one help me. Advanced thanks
Regards DilipRam
Have a look in your event logs and see if there are any IIS events written there. Status 500 is the catch all "something is wrong with the server" error, so without more information there is little we can help you with.
Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.
-
Hi All i am accessing a webservice in my local machine through application which is of c# code and using XMLHTTP40 class i have condition to check the status of the XMLHTTP40 .i created the object of it and was checking a condition like below if (objXmlHTTP.status != 200) { } i am getting status value as 500 .Why status is giving me 500 . i restarted my webservice and then restarted my machine but still status value is 500. can any one help me. Advanced thanks
Regards DilipRam
You also get the Text response in responseText. Check the property name anyway.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Have a look in your event logs and see if there are any IIS events written there. Status 500 is the catch all "something is wrong with the server" error, so without more information there is little we can help you with.
Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.
Hi Thanks for responding when i checked the event log i found entries like this 11:07:29 127.0.0.1 GET /_vti_bin/owssvr.dll 500 11:07:29 127.0.0.1 GET /MSOffice/cltreq.asp 404 11:07:29 127.0.0.1 POST /xmlsportsin/xmlsportsin.asmx 500 11:09:21 127.0.0.1 POST /xmlsportsin/xmlsportsin.asmx 500.. i looked the log file in the following path C:\WINNT\system32\LogFiles\W3SVC1...in my local machine. Any idea.
Regards DilipRam
-
You also get the Text response in responseText. Check the property name anyway.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips