So I have run into a problem. This is my environment: Visual Studio 2015 ASP.NET Solution and using IIS Express for debugging purposes.
I am using Chrome's Postman to submit POST data to my application and despite seeing the form data in Wireshark, I am unable to see the data within my Request object in the Page.Load for the page that is being hit.
What could I be missing?