0

I have been getting this error on the production site and I had already read the other posts regarding this error, however I wasn't able to replicate it without putting redirects on my code

Can someone else tell me how to replicate this? I'm pretty sure that I don't have any redirects on my callback function.

Jan Lyndon Jasa
  • 162
  • 1
  • 10
  • Do you have a `Response.Redirect` _anywhere_ in your code? Like maybe in global.asax? Because maybe your callback is triggering some other piece of code that has a `Response.Redirect`. Like maybe `Application_Error`? – John Saunders Jun 12 '15 at 02:23
  • there are none sir, neither in the page itself nor in the global.asax – Jan Lyndon Jasa Jun 12 '15 at 02:33
  • I think you'd better post some code. Preferably you would post a small example that reproduces the problem. If you can't create such an example, then post the _relevant_ code. For example, show the code related to ASP.NET stuff, but we don't need to see your business logic. – John Saunders Jun 12 '15 at 02:36

0 Answers0