Формат строки инициализации не соответствует спецификации, начиная с индекса 0

У меня есть приложение ASP.Net MVC, которое отлично работает на моей локальной машине разработки. Но при развертывании в IIS7 при попытке входа в систему выдает следующую ошибку: starting at index 0

Most people who post this error resolve it by changing their connection string in some way. However my connection string on the local and deployed application are the same. The connection string is like this:

<add name="ApplicationServices" connectionString="Data Source=*server*\*instance*;Initial Catalog=*database*;Integrated Security=True;"
      providerName="System.Data.SqlClient" />

What is causing this error in my case?

18
задан Banford 20 February 2015 в 04:08
поделиться