Answers for "entity framework: Login failed for user 'IB_Digital_Reg_Build'."

1

entity framework: Login failed for user 'IB_Digital_Reg_Build'.

put below line of code in your web.config.
If it is not present dbcontext removes sensitive information like password from connection string upon your next access of DBContext object.
Persist Security Info=true
Posted by: Guest on September-14-2021

Code answers related to "entity framework: Login failed for user 'IB_Digital_Reg_Build'."

Browse Popular Code Answers by Language