Hi I have created one MVC application in which i have to connect third party web api's and get required data from them and display those data in my views.
Now here the thing is i am able to connect to APi and getting the data from it when i run my application in local host its working fine. But when i deploy my application in IIS 7
and when i trying to call API at that time it never runs it always show me the error: "The remote server returned an error: (407) Proxy Authentication Required." or "Unable to connect to remote server."
i Also set my defaultproxy=true in web.config.
Please help me out in this.