SQL Server 2016 Always Encrypted Timeout at Published IIS
I Have strange problem when i tried to publish my asp.net mvc application to my local (pc) iis with "Always Encrypted" Enabled. My application keep timeout when i tried to access database using EF6 at local IIS (not express) : But if i tried to access & debug my asp.net mvc app using Visual Studio 2017, database with 'always encrypted enabled' can be accessed perfectly without timeout. And also i can access it with SQL Management Studio without problem. Both (SMSS & ASP.NET web config) using this configuration. Column Encryption Setting=enabled; Note : I'm using ASP.NET MVC 5 & EF 6, SQL