I'm simply trying to send data to a database as proof of concept. I currently have an ASP page that will send data there for me. I have an extremely basic Android app set to post the information to the database, but none of the data is posting there. I'm not getting any errors or force closes and the url is the proper url and format to send to the database with that particular ASP file.I'm simply trying to send data to a database as