My connection string looks like the following:
<add name="RaiseFantasyLeagueConnectionString" connectionString="Server=ATLAS-SQL-07;Database=Raise;MultipleActiveResultSets="True" User Id=***; Password=*******/>
I am getting an error on MultipleActiveResultSets="True"
saying
Missing Required Whitespace.
Can anyone suggest what I am doing wrong?