I have two websites and have installed a custom module on both. On my test environment, using IIS7, I have a Paypal redirect in the form of
http://www.dnndev.me/Register.aspx/PayPalResponse/ReturnURL?token=EC-4FJ964294B7522901&PayerID=4XEXP2DKPBGJJ
which works great. It passes PayPalResponse = ReturnURL as a parameter. However, the production site returns a 404 error on
http://www.mydomain.org/Register.aspx/PayPalResponse/ReturnURL?token=EC-4FJ964294B7522901&PayerID=4XEXP2DKPBGJJ
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Register.aspx/PayPalResponse/ReturnURL
They are running the same version of dnn, though one is a test site (local host, IIS7). The other has been around for a few years. Is there a setting that will allow it to resolve the URL like the test site? What am I missing? If I remove the /PayPalResponse/ReturnURL from the URL, it loads properly.
Thanks
Kevin