I've got a form that inserts data into a database using ASP.NET 2.0 . The problem is that when I hit the submit button on FireFox, the page submits and I'm redirected to the correct page. The problem is that the data isn't actually saved.
When I try this on IE, it works fine. When I try this on FireFox using another browser it works fine. When I mirrored the application and data locally and use FireFox, it works fine.
It just doesn't work on production, and it seems like only my FireFox is having this problem. I've cleared out the cache in FireFox already, but it still doesn't work.
Any ideas what is going on? I can't tell if this is client side or server side, and there is no way to debug right now.
Thanks in advance.