I'm new to .net and c# but have done this before at j2ee and php.
All i want is to post a xml file as a string from an external website and retrieve it from the postdata at my c# programming code. Most of the examples online describe the posting of data at an external website, without the code for the external website or examples where the data was posted from an asp page to an asp page.
This is the code I used, but...