Substruct Mobile: HTTP 405 - Resource Not Allowed
This is an error in the Substruct Mobile code. On POST, ASP must refer back to the page in question using the “action” argument.
Wrong:
method=”post” action=”"
Right:
method=”post” action=”retailtomargin.asp”
Please contact techincal support if you are having this issue.