I have the following connection string in Web.config:
<add name="CTRS2Entities" connectionString="metadata=res://*/Edmx.CTRS2.csdl|res://*/Edmx.CTRS2.ssdl|res://*/Edmx.CTRS2.msl;provider=System.Data.SqlClient;provider connection string="Data Source=SYS2-PC;Initial Catalog=CTRS2;user id=**;password=***;Integrated Security=True;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
It runs fine in deveopment mode. However, when I deploy it to IIS, I get the following error:
Format of initialization string does not conform to specification starting at index 0.