I'm studying about C # and Asp.net and "trying" to draft a registration, change, and deletion project, following some videos I found on the net. The problem is when I connect the database created previously 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 do I solve this problem?