B
Bill
I am trying to setup a postback from an ecommerce merchant service
that does a postback from their order form using the POST method. I
gave them the url, which is a code behind page on my site (asp.net
2.0, c#) and in the page_load event I am currently just writing a a
single line with "test" to a text file just to see if anything hits
the page, but nothing does. since my website is hosted by a hosting
company, I have no control over either server. How can I diagnose the
problem? Is there some configuration issue I need to address?
I test the code behind page on my developement machine by doing a
submit from one page to the target page and it works.
Bill
that does a postback from their order form using the POST method. I
gave them the url, which is a code behind page on my site (asp.net
2.0, c#) and in the page_load event I am currently just writing a a
single line with "test" to a text file just to see if anything hits
the page, but nothing does. since my website is hosted by a hosting
company, I have no control over either server. How can I diagnose the
problem? Is there some configuration issue I need to address?
I test the code behind page on my developement machine by doing a
submit from one page to the target page and it works.
Bill