AuthorIT.Config File
After installing the Author-it Integration Server, you will need to update the AuthorIT.Config file. Locate the AuthorIT.config file (default location c:\inetpub\wwwroot\aitIS) or (see Author-it Integration Server Location on your planning sheet), Right-click on the AuthorIT.Config file and open with Notepad.
The AuthorIT.Config file is used to store user settings such as library details, compiler location, and license details.
Sample XML
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<libraries>
<library alias="SampleSQL" database="sample" server="servername" trusted="true" user="" password="" />
</libraries>
<licensing>
<code>12345</code>
<key>0123456789</key>
<timeoutMinutes>1</timeoutMinutes>
</licensing>
</configuration>
|