Hi.
I am not able to get the IPN to work. I have been trying it with the PayPal Sandbox but it isn't working. I did my original testing with a site that was not yet live but it was available as a subdomain of the hosting company. I thought maybe this was the reason it wasn't working so now I've made the site live.
I was able to get the PalPal_Returned event but the IPN_Notified event does not happen.
I changed over to the live PayPal and it works the same.
I am using a buy now button. I have a single page that handles the click event, the return event and the ipn event. i have checked the Enable PostBack on the BuyNowButton Tasks dialog bux.
My hosting company has set my website to FULL trust.
Any ideas?
I did try to use the SendMail inside my IPN handler to send me some mail messages to let me know if the system ever executed anything inside the handler.
I also did set my return URL and IPN Notification URL inside my PayPal profile to point to the common page (PayPalProcessor.aspx). I assume that your control will override that with it's own address? But maybe that doesn't work?
Thanks,
Bob