User592594220 posted
Hi,
I have an old application developed in ASP.NET web application I am trying to migrate the same to MVC. My application call some external web services(SOAP), when I try to implement the same in MVC application it takes about 2 minutes to call the web service
and retrieve the result, but same thing is taking just 15 seconds when I am doing it in asp.net web application/console application.
Please let me know how to reduce this time in MVC or ASP.net web api.