B
BM
Hello,
Ok, Im new to using ASP.NET and IIS so im not sure how or where to post this
question but here goes:
I am running IIS 5.1 on WinXP. I need to process http POST messages sent
from another application that I dont have control over. The messages are
sent to a web page called test.htm . The message looks similiar to the
following:
data "POST /test.htm HTTP/1.0
Content-Type: application/x-www-form-urlencoded
Content-Length: 101
status=02%2F01%2F04%2023%3A21%20TEST MESSAGE%20HELLO% A%0D%0A"
The question is since this is being sent to a .htm page can I get these
messages and somehow process these using ASP.NET. I dont have control over
that it goes to test.htm (instead of test.aspx).
With a windows form I have been able to open a socket connection and read
these messages live and create files, databases etc, but with IIS involved
on the same machine it locks that port (80) and would be nice if I could use
ASP.NET to process these.
Thanks..
BM
Ok, Im new to using ASP.NET and IIS so im not sure how or where to post this
question but here goes:
I am running IIS 5.1 on WinXP. I need to process http POST messages sent
from another application that I dont have control over. The messages are
sent to a web page called test.htm . The message looks similiar to the
following:
data "POST /test.htm HTTP/1.0
Content-Type: application/x-www-form-urlencoded
Content-Length: 101
status=02%2F01%2F04%2023%3A21%20TEST MESSAGE%20HELLO% A%0D%0A"
The question is since this is being sent to a .htm page can I get these
messages and somehow process these using ASP.NET. I dont have control over
that it goes to test.htm (instead of test.aspx).
With a windows form I have been able to open a socket connection and read
these messages live and create files, databases etc, but with IIS involved
on the same machine it locks that port (80) and would be nice if I could use
ASP.NET to process these.
Thanks..
BM