...
Code Block | ||
---|---|---|
| ||
<connectionStrings> <add name="DefaultConnection" connectionString="..." providerName="System.Data.SqlClient" /> <!-- Add lynicon database connection string here, or delete if no database being used --> <add name="LyniconContent" connectionString="..." /> </connectionStrings> |
Warning |
---|
If you want to use the default connection string to a local .mdf in App_Data set up by VS scaffolding, you will need to modify it so that:
|
Build the Site
Run a build on the site as the commands you are about to run will load the current site's compiled code in order to enable them to execute, and they won't work without this step.
...