Listener page for POST message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created two separed aspx webpages, one is for POSTING a HTTP messge to the
specified uri. This page is proved to be working.

the second aspx webpage listens for all incoming POST message(instead of GET
message) and then do something with the message. But the problem is the
page_load method never gets fired off when a post message is sent.

Am i in the correct direction? I just wanted to create a ASPX page that can
listen for all incoming Post message to this specific URI.

Please give me any information that is relevant.
Thanks in advance.

Zhenzhong
 
Sorry i am kinda new to this ASPX area. but how do i do a trace on the page?
can you be a little detailed?

Thanks in advance for your time!

Zhenzhong
 
Back
Top