When I run my application I'm encountering the following error when loading data through Entity Framework
.
When it runs I notice that the following connection string is called:
In it I notice that a different username and password is being loaded than I am informing%% (which are the ones that actually work for the connection to the bank).
Below the correct connection:
Web.config
I have already reviewed all my classes and I have not found where the information from the first image is being taken. I would like help with the question and if possible be able to pass the correct information to the application.