Files
document-server-integration/web/documentserver-example/csharp-mvc
Alexandr Fedorov 495435c8ff Merge remote-tracking branch 'remotes/origin/develop' into feature/jwt-download-files
# Conflicts:
#	web/documentserver-example/csharp-mvc/Helpers/DocManagerHelper.cs
#	web/documentserver-example/csharp-mvc/Models/FileModel.cs
#	web/documentserver-example/csharp-mvc/WebEditor.ashx.cs
#	web/documentserver-example/csharp/DocEditor.aspx.cs
#	web/documentserver-example/csharp/WebEditor.ashx.cs
#	web/documentserver-example/java/src/main/java/controllers/IndexServlet.java
#	web/documentserver-example/java/src/main/java/entities/FileModel.java
#	web/documentserver-example/java/src/main/java/helpers/DocumentManager.java
#	web/documentserver-example/nodejs/helpers/docManager.js
#	web/documentserver-example/php/doceditor.php
#	web/documentserver-example/php/webeditor-ajax.php
#	web/documentserver-example/python/src/utils/docManager.py
#	web/documentserver-example/python/src/views/actions.py
#	web/documentserver-example/ruby/app/controllers/home_controller.rb
#	web/documentserver-example/ruby/app/models/document_helper.rb
#	web/documentserver-example/ruby/app/models/file_model.rb
2021-04-21 17:53:53 +03:00
..
2021-04-20 17:33:49 +03:00
2021-04-20 17:33:49 +03:00
2020-09-03 13:08:44 +03:00
2021-03-15 11:54:47 +03:00
2020-09-03 13:08:44 +03:00
2019-11-06 10:29:09 +03:00
2016-03-23 12:55:12 +03:00
2021-03-15 11:54:47 +03:00
2020-09-02 12:06:52 +03:00
2020-11-17 13:56:56 +03:00
2020-11-17 13:56:56 +03:00
2018-01-24 17:35:01 +03:00
2021-03-01 14:26:43 +03:00
2016-03-23 12:55:12 +03:00

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

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

2. 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)

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

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

5. Make the created ONLYOFFIC™ 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.