Serial Number / Database Configuration

If a serial number was purchased to remove demo restrictions, open the web.config with a text editor.  Near the bottom, find the line </system.web> and paste the information (shown below) below this line.  If you already have an <appSettings> section, only copy the contents within these tags.  Do not duplicate <appSettings> tags if they already exist.  If you are not installing quikSlip to your StoreFront 6 site, enter your Database Connection String to the qsConnectionString value.  If using quikSlip in the same web location as your StoreFront 6 site, the qsConnectionString setting is NOT required, only the "quikslipsf" entry to license the application:

</system.web>

<appSettings>  

<
!-- NC Software quikSlip -->
<
add key="quikslipsf" value="" />  <!-- Example: value="XXXX-XXXX-XXXX-X" -->
<
add key="qsConnectionString" value="YOUR_CONNECTIONSTRING_HERE" />
<
!-- End NC Software quikSlip Licensing -->

</appSettings>

</configuration>

Sample connection string entries for the value item (reference ConnectionStrings.com for other OLEDB connection string options):

SQL Server:

Provider=sqloledb;Data Source=YOURSQLSERVER;Initial Catalog=YOURDATABASE;User Id=YOURUSERNAME;Password=YOURPASSWORD;

MS Access (not supported):

NOTE:  If you have a PENDX mod installed, there may already be an <appSettings> section near the top 1/3 of your web.config.  The appSettings section cannot occur twice.  Simply enter the <add ... /> lines to the existing appSettings area.

Warning:  Once the purchased license code is entered, the application will "activate" and lock to the current machine (server license) and machine and physical location (web site license).  Do not enter the serial number until the system is in the final resting place for production use.  There is no licensing server, once activated there are no external calls required.  The digital certificate (.license) will be written to the /quikSlip folder for license verification.  Be sure permissions are correct per the installation topic so the digital certificate can be written into the /quikSlip folder.