asp.net - The request failed with HTTP status 400: Bad Request ( The data is invalid. ): Code base Works on one machine but not another -
this environmental issue i'm stumped start.
i'm attempting call a webservice on external server in asp.net web app while debugging in vs2008. exact same code/project works on 1 machine calling server on machine (my new one) fails 400 bad request (data invalid) error.
both machines running windows 7. should looking differences in 2 machines contributing problem?
edit deleting webreference in project , re-creating webreference had no effect
update
i went use fidler2 inpect request , response resulted in error going away. things beginning point internet proxy issue.
it's internet proxy issue. suspect machine had configured manually use proxy server. turning off: control panel -> internet options -> connections tab -> lan settings button, , enabling "automatically detect settings" has fixed problem.
Comments
Post a Comment