How to update Entity Model If Connection String is at Code Side? – Asp.net
I am using EF and in MY web config I have removed the Connection string after adding the model for the first time. So it looks like this now: <connectionStrings> </connectionStrings> I have modified my Model.context.cs file where I have…