I have code which works as an asp.net page that posts an
xml file to web page and gets a response back.
When the the calls GetResponse() it goes into the page
it's posting to to and works fine. When it's been ported
to a winform it doesn't work on the GetResponse() call.
I think it probably needs credentials but not sure what
to use, tried a few ids w/o any luck.
The asp.net page as well as the winform are on the same
server for now but will later be on seperate servers.
Thanks,
Brian
xml file to web page and gets a response back.
When the the calls GetResponse() it goes into the page
it's posting to to and works fine. When it's been ported
to a winform it doesn't work on the GetResponse() call.
I think it probably needs credentials but not sure what
to use, tried a few ids w/o any luck.
The asp.net page as well as the winform are on the same
server for now but will later be on seperate servers.
Thanks,
Brian
Comment