Email this Page Log Support Call Send Feedback Print

Previous Topic

Next Topic

Book Contents

Book Index

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>

In This Section

Library Element

path Element

code Element

key Element

timeoutMinutes Element

See Also

Installing Author-it Integration server

Integration Server Permissions

Temp permissions

Internet Explorer Security

Test Author-it Integration Server

Troubleshooting

To install Author-it Web Editor proceed to install Author-it Web Editor Editor.

Top of Page Email this Page Log Support Call Send Feedback Print