Показать сообщение отдельно
Непрочитано 30.05.2015, 10:21   #2
Аватар для xolseg
Хрен с горы

По умолчанию Re: Проблема с подключение БД aps.net

А почему бы не скопировать было текст ошибки сюда полностью, написано же, что проблема в конфиге в

Код:
<remove name="LocalSqlServer"/> connectionString="server=.\sqlexpress;database=БД; user id=польз;password=пасс" providerName="System.Data.SqlClient"/>
Проверяйте базу.. т.е. коннекты от места расположение файлов(проекта) к бд. Проверьте версии фреймворков..

The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine

Код:
<configuration>
 <connectionStrings>
   <add name="SQLDbConnection"
		connectionString="Server=SQlServerName; Database=YouDatabaseName; User Id=userid; password= password"
		providerName="System.Data.SqlClient" />
 </connectionStrings>
</configuration>
xolseg вне форума Отправить сообщение для xolseg с помощью ICQ Отправить сообщение для xolseg с помощью Skype™ Ответить с цитированием