I am very new to aspdnsf. I inherited responsibility for 15 licenses of 7.0.1 and I’m trying to learn while uploading products and launching new sites. I am currently trying to set up a new test environment on Windows 2008 Server R2 with SQL Server 2008 and having some problems (probably the connection string in the web.config file).
I was able to set up a test environment previously on Windows 2003 with SQL Server 2005 (same as our production environment) through trial and error. I took notes but can’t seem to duplicate that success.
Are there any special considerations for aspdnsf 7.0.1 and Windows 2008 Server with SQL Server 2008?
The error is:
Format of the initialization string does not conform to specification starting at index 110.
I’m using the same connection string that worked previously with the name of the sqlserver changed and it looks like this:
<add key="DBConn" value="data source=sqlserver;initial catalog=dbname;integrated security=SSPI;persist security info=false; packet size-4096"/>
Thanks