2
I’m studying about C# and Asp.net and "trying" to draft a registration, amendment and exclusion project, following some videos lessons I found on the net. The problem is when I connect the database created earlier the application does not find it and this error appears on the screen.
The error says:
Provider: Named Pipes Provider, error: 40 - Could not open a Connection to SQL Server
How to solve this problem?
GNW-PC is your PC or is a networked PC?
– ramaral
Appears some database to select in the field "Select or enter a database name:"
– Tiedt Tech
The problem must be in your Connection string. Where did you define it? In web.config?
– CesarMiguel