Click here to Skip to main content
15,910,886 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Developers,

I have a problem using web service developed in ASP.Net,following error message is displyed,plz help ASAP



XML
The request failed with the error message:
--
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/cscwebservice/csc.asmx?AspxAutoDetectCookieSupport=1">here</a>.</h2>
</body></html>
Posted

Read the error message!

It clearly says the service has been moved to a different host. Modify your application to point to the new service URL to continue consuming the service.
 
Share this answer
 
I think that Above given solution is right.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900