Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a custom aspx page in a custom folder:
/custom/post.aspx
I have an outside form trying to post the form information to this page but I'm getting the error:
The HTTP verb POST used to access path '/custom/post.aspx' is not allowed.
I added the path to the "umbracoReservedPaths" in the web.config. Is there something I'm missing to allow HTTP POST for a custom aspx page?
Thanks in advance!
Ron
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Allow ASPX to HTTP POST
I have a custom aspx page in a custom folder:
/custom/post.aspx
I have an outside form trying to post the form information to this page but I'm getting the error:
The HTTP verb POST used to access path '/custom/post.aspx' is not allowed.
I added the path to the "umbracoReservedPaths" in the web.config. Is there something I'm missing to allow HTTP POST for a custom aspx page?
Thanks in advance!
Ron
is working on a reply...