Tagged Questions

1
vote
6answers
2k views

How to dump the whole POST data to a file in ASP.NET

I'm currently trying to port an app from asp.net to php, however I just hit a wall and need a hand with this. I need to dump all the data an .aspx recieves via POST to a file, but I have no clue on ...