У меня проблема, когда я пытаюсь получить доступ к базе данных MS-SQL, хранящейся в папке «App_Data». Моя строка подключения в файле web.configКак получить доступ к базе данных, хранящейся в папке App_Data
это-<add name="ConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\CRMDb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>
Исключение
IS-A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Любая существенная помощь будет высоко оценена. Заранее спасибо