My sql server Insert/Update is taking lot of time when I am connected to the SQL server on the DEV server (Windows server 2012) from my local machine(Windows 7 - 64 bit) through VPN. Whereas when the application is deployed to the server, it's working fast and nice. I am using Entity framework 6.
I tried the solution from .NET to remote SQL Server slow on one machine, not the other, but couldn't get it work.