“启用缓冲”虚拟目录属性设置的“应用程序选项”选项卡中的选项

发布于 2024-11-14 07:38:22 字数 199 浏览 2 评论 0原文

我在使用 MS Office SOAP 工具包时遇到一些问题,文档中指出:

除非在虚拟目录属性设置的“应用程序选项”选项卡中设置“启用缓冲”选项,否则 Soap 将无法正常工作。

但如何启用它呢?我有一个 IIS7 下的网站,但找不到这样的选项。我相信编写本文档时还没有 IIS7。那么有人知道在哪里可以打开缓冲吗? 我的网站位于 ASP.NET 上。

I have some problems with MS Office SOAP toolkit and it says in the documentation that:

Soap will not work correctly unless the "Enable Buffering" option is set in the App Options tab of the virtual directory property settings.

But how do you enable it? I have a site under IIS7 and I can't find such option. I believe that when this documentation was written there was no IIS7. So does anybody know where the buffering can be switched on?
My web site is on ASP.NET .

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

网名女生简单气质 2024-11-21 07:38:22

不确定你在 IIS7 中是否需要它,但你可以这样设置:

启用或禁用缓冲 启用
或禁用 ASP 缓冲
应用程序输出,使用以下内容
语法:

appcmd 设置配置 /section:asp
/bufferingOn:True|False

True 启用缓冲,而 False
禁用缓冲。默认值
是真的。

在此 URL 上找到

Not sure if you need it in IIS7, but you can set it like so:

Enable or disable buffering To enable
or disable buffering of ASP
application output, use the following
syntax:

appcmd set config /section:asp
/bufferingOn:True|False

True enables buffering whereas False
disables buffering. The default value
is True.

Found on this URL

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文