Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
When start the Debugging of solution using "F5" option, the connection properties pop out and ask to enter the credentials and connection properties for the database server in VS 2015 for MVC - Entity framework application.

Can some one help me to stop this pop out.

Thanks in advance.


What I have tried:

Cleared the connection properties.
Replaced the connection string with other database connection.
Took code latest which works fine for other team members.
Clean & Re-Build solution.
Machine restart also done.
Posted
Updated 12-Aug-16 23:38pm

1 solution

I have added the Connection string which connects my local SQL database with the Entity framework and this helped to fix the issue.

Add a connection string which points to the local database and modifies the "Integrated Security" type to "false" and provides the valid username and password.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900