ASP.NET POST variables missing

2010-09-06 Thread Matt Siebert
Hi all, I have a relatively simple page that processes PayPal Instant Payment Notification (IPN) messages. Basically, PayPal just POSTs a bunch of variables to this page which contains logic to process the order (i.e. generate serial numbers and email them to the customer). It seems that the

Re: ASP.NET POST variables missing

2010-09-06 Thread mike smith
On 7 September 2010 11:48, Matt Siebert mlsieb...@gmail.com wrote: Hi all, I have a relatively simple page that processes PayPal Instant Payment Notification (IPN) messages. Basically, PayPal just POSTs a bunch of variables to this page which contains logic to process the order (i.e.

Re: ASP.NET POST variables missing

2010-09-06 Thread David Connors
Hi Matt, On 7 September 2010 11:48, Matt Siebert mlsieb...@gmail.com wrote: I'm a total IIS / ASP.NET novice, and I was wondering if there is anything in IIS or ASP.NET that could cause this? My page has some logic to iterate through Request.Params and write these to a database so I can see

Re: ASP.NET POST variables missing

2010-09-06 Thread Matt Siebert
Thanks all. I think that answers my original question. The site isn't live. It's actually 2 sites - the main PHP site developed by someone else, and a .NET based licensing site / web service which handles the IPNs. The PHP developers are testing the PayPal integration on their end and the IPN

Re: ASP.NET POST variables missing

2010-09-06 Thread David Connors
On 7 September 2010 13:13, Matt Siebert mlsieb...@gmail.com wrote: The transaction type is cart each time, on the full messages and the erroneous ones (for some reason I thought we were getting web_accept transactions). Groan. It is all coming back to me now. The IPN interface is so