Is there a way to test sending an XML file as a request to my ASP.Net web page within Visual Studio 2008?
Ok, no one has answered this in a helpful way. I have a situation where I have an ASPX page that I send an XML file too and receive an XML response from. In order to debug this, I need to step into the page while providing an XML request. I This is what I need to figure out how to do?
This is easy. Just create an HTML page that contains a simple submit form, and it’s submit action will post-back the XML. In visual studio, all you have to do is attach to process-> and choose the browser window containing your HTML form, and there you go.