I have used "TransparentNetworkIPResolution" this keyword in ASP.NET MVC in SQL Connection string. My code as below
<add name="LocalString" connectionString="Data Source=Server;Initial Catalog=LocalDBName;User ID=User;Password=****;TransparentNetworkIPResolution=false" providerName="System.Data.SqlClient" />
This is giving me an error ASP.NET CORE error message "Keyword doesn't support".
So can anyone help me to resolve this?