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
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