How do I POST data from an asp.net MVC controller to a non-MVC asp.net page?

If I am reading this correctly, you should be able to do this without any cross domain / application concern. You want to do this in the controller, so you can use the HttpWebRequest class to post the data. It's conceptually the same as posting from a web browser as far as the target application is concerned.

If you are crossing domains, or applications, I think you might be out of luck. Can you direct to the other site and use the querystring?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions