码迷,mamicode.com
首页 > 其他好文 > 详细

Office Online Server – FILE TOO LARGE

时间:2020-03-24 10:33:26      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:int   doc   direct   efault   ice   div   serve   depend   directly   

技术图片

 

 

 

The solution is to adjust the Settings_Service.ini files located by default on C:\Program Files\Microsoft Office Web Apps\OpenFromUrlWeb and C:\Program Files\Microsoft Office Web Apps\OpenFromUrlHost.

 

C:\Program Files\Microsoft Office Web Apps\OpenFromUrlWeb and C:\Program Files\Microsoft Office Web Apps\OpenFromUrlHost are the paths behind oh (OpenFromUrlHost) and op (OpenFromUrlWeb) web applications.

技术图片

 

 

Add the following new line at the end of the file, or update it in case already exists. This new setting will configure the Office Web Apps server to render files larger up to 500 MB.

 

OpenFromUrlMaxFileSizeInKBytes=(System.Int32)512000

Attention: In case you will reconfigure the server to accept such large office files, make sure the network connectivity between the Office Web Apps server and the file share server is good enough. The in-browser loading time of the office document will directly depend on how fast the file is download by OWA server from the source.

 

C:\Program Files\Microsoft Office Web Apps\OpenFromUrlWeb\Settings_Service.ini

 技术图片

 

技术图片

 

 

 

C:\Program Files\Microsoft Office Web Apps\OpenFromUrlHost\Settings_Service.ini

 技术图片

 

技术图片

 

 

 Restart/Recycle Web App Pool

 技术图片

 

 

转自:

http://www.vioreliftode.com/index.php/office-web-apps-2013-file-too-large/

 

Office Online Server – FILE TOO LARGE

标签:int   doc   direct   efault   ice   div   serve   depend   directly   

原文地址:https://www.cnblogs.com/icycore/p/12557286.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!