FineReport报表部署到IIS中筛选器添加问题

FineReport报表部署到IIS中筛选器添加问题,第1张

没有特别要求,筛选器名称是任意的。打开控制面板|管理工具-Internet信息服务,右击网站,选择属性,添加一ISAPI筛选器,如命名为FRFilter,可执行文件选择IsapiRewrite4.dll。

由于IIS7.0限制上传文件大小为30000000字节(约28.6M)造成的。打开C:\Windows\System32\inetsrv\config\schema\IIS_schema.xml,找到如下内容:

复制内容到剪贴板 程序代码

<element name="requestLimits">

<attribute name="maxAllowedContentLength" type="uint" defaultValue="30000000" />

<attribute name="maxUrl" type="uint" defaultValue="4096" />

<attribute name="maxQueryString" type="uint" defaultValue="2048" />

<element name="headerLimits">

<collection addElement="add" clearElement="clear" removeElement="remove" >

<attribute name="header" type="string" required="true" isUniqueKey="true" validationType="nonEmptyString" />

<attribute name="sizeLimit" type="uint" required="true" />

</collection>

</element>

</element>


欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/bake/11640459.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-05-17
下一篇2023-05-17

发表评论

登录后才能评论

评论列表(0条)

    保存