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