0
kicks
Making cross domain web requests in asp.net with medium trust enabled
There could be plenty of reasons that you might need to do a cross domain web request in your application. One could be let's say you want to divert the resource pressure from your server to some third party provider like Amazon S3. In my last post I have mentioned a bit about uploading content using WSE to S3 server. I have also mentioned about the simple library located at www.codeplex.com/threesharp that does not necessarily require you to work in full trust mode.It does simple HttpRequest and only concern for you is to be able get the call though out of your shared hosting.