Web Page listener for POST message problem

M

muntyanu

Hi All,

I created listener for POST message from client as a simple ASP.NET
web page and process that message in Page_Load method. If I use url
for posting message to my listener with explicit web page name
http://myserver/formhandler/listener.aspx it works without error. But
my clients will need to post message using url without mentioning page
name like this http://myserver/formhandler. In IIS for formhandler
virtual directory I set default document as listener.aspx. And now my
issue starts: server responds every time with error 405 Method not
allowed. I set properly mapping for aspx extension in configuration to
allow POST method.

I would greatly appreciate if anyone can point me what else I have to
set to overcome this issue.

Thank you very much in advance,
Roman
 
M

muntyanu

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,163
Latest member
Sasha15427
Top