DocumentServer/OnlineEditorsExample
2015-04-29 19:10:50 +03:00
..
App_Data Added example. 2015-04-29 19:10:50 +03:00
App_Themes Added example. 2015-04-29 19:10:50 +03:00
OnlineEditorsExampleJava Added example. 2015-04-29 19:10:50 +03:00
OnlineEditorsExampleJS Added example. 2015-04-29 19:10:50 +03:00
OnlineEditorsExampleMVC Added example. 2015-04-29 19:10:50 +03:00
OnlineEditorsExampleNodeJS Added example. 2015-04-29 19:10:50 +03:00
OnlineEditorsExamplePHP Added example. 2015-04-29 19:10:50 +03:00
OnlineEditorsExampleRuby Added example. 2015-04-29 19:10:50 +03:00
Properties Added example. 2015-04-29 19:10:50 +03:00
script Added example. 2015-04-29 19:10:50 +03:00
Default.aspx Added example. 2015-04-29 19:10:50 +03:00
Default.aspx.cs Added example. 2015-04-29 19:10:50 +03:00
Default.aspx.designer.cs Added example. 2015-04-29 19:10:50 +03:00
DocEditor.aspx Added example. 2015-04-29 19:10:50 +03:00
DocEditor.aspx.cs Added example. 2015-04-29 19:10:50 +03:00
DocEditor.aspx.designer.cs Added example. 2015-04-29 19:10:50 +03:00
DocumentConverter.cs Added example. 2015-04-29 19:10:50 +03:00
favicon.ico Added example. 2015-04-29 19:10:50 +03:00
OnlineEditorsExample.csproj Added example. 2015-04-29 19:10:50 +03:00
ReadMe.txt Added example. 2015-04-29 19:10:50 +03:00
settings.config Added example. 2015-04-29 19:10:50 +03:00
Web.config Added example. 2015-04-29 19:10:50 +03:00
WebEditor.ashx Added example. 2015-04-29 19:10:50 +03:00
WebEditor.ashx.cs Added example. 2015-04-29 19:10:50 +03:00
zip.bat Added example. 2015-04-29 19:10:50 +03:00
zip.csproj Added example. 2015-04-29 19:10:50 +03:00

For the TeamLab Office Applications example to work properly you need to do the following:

1. Download and extract the TeamLabOfficeAppsExample.zip into a directory selected for it, for instance, C:\TeamLabOfficeAppsExample

2. Use the settings.config file to change the received authorization key for the document service. The file can be found in the unpacked root folder (C:\TeamLabOfficeAppsExample\settings.config, in our example). The authorization key is specified in the files.docservice.key field.

3. Run the IIS Manager (C:\Windows\system32\inetsrv\InetMgr.exe or Start -> All Programs -> Administrative Tools -> Internet Information Services (IIS) Manager for Windows Server 2003)

4. Add the unpacked TeamLabOfficeAppsExample to the list of sites with the physical path to the C:\TeamLabOfficeAppsExample (or the one you selected) folder.

5. Make sure that the user account under which the IIS NetworkService process is executed has the write access rights for the C:\TeamLabOfficeAppsExample\App_Data folder (this is significant for the IIS later than 6.0).

6. Make the created TeamLab Office Applications example available through IP or domain name so that it could be connected from the web by the document service for proper document rendering.