There are several drawbacks to the approach you are describing.
First of all, you cannot read back from that page, which is exactly what I need to do because they are going to be giving back a success or failure message.
Second of all, I want to do it behind the scenes so nobody sees what's going on...I want to do it in the code behind C#. I am using the HttpWebRequest class to make this happen, but it is blocked by medium trust.
Is there a way to do this?
Thanks,
Amit