For System Administrators
see also
NOTE: Web support has been temporarily discontinued in version 2006 pending TeamLeader .Net release.
TeamLeader Web Interface (TLWeb)
TLWeb provides basic web-based access to TeamLeader tasks for remote users. The web interface does not support advanced TeamLeader features such as workflow and form design. Such features require the full Windows client. Remote access using the full Windows client requires the Enterprise edition, which supports SQL Server databases.
Installation is as follows:
1. Copy all files and folders
…from the TeamLeader Web Scripts folder **
typically C:\Program Files\Virtual Global\TeamLeader\WEB\SCRIPT
… to a location in your web server's scripts folder
e.g.: C:\WEBSHARE\SCRIPTS\TeamLeader
2. Copy the following files
… from your TeamLeader OCX folder
typically C:\Program Files\ Virtual Global\TeamLeader\WEB\OCX
… to your web server, and register these files by running RegSvr32.exe [FILEPATH OF OCX]:
· TLWebCTRL.OCX
· IvvTree.OCX
3. Create/modify the [DATABASE] or [SQLSERVER] section of TEAM.INI in that folder as follows:
Access installations….
[DATABASE]
DATABASE=database file path *NAME
SQL Server installations...
[SQLSERVER]
SQLSERVER=database URL *NAME
SQLDBName=team1
SQLUID= tlsql (note: Required for shared database only)
SQLpwd =tlsql (note: Required for shared database only)
...where NAME represents anything you prefer to call your data base, for example, "My_Database".
4. Configure IIS for TLWeb
TEAM.INI Examples
[DATABASE]
DATABASE=K:\Database\TeamLeader\team.mdb *My_Access_Database
—– or —–
[SQLSERVER]
SQLSERVER=sqlserver.mydomain.com/tlweb *My_SQL_Database
Launch TLWeb using MS Internet Explorer by navigating to TLMenu.asp via the URL associated with Step 1.
For example: http://www.mydomain.com/TeamLeader