ASP中的Chunked客户端POST支持 [英] Chunked client POST support in ASP

查看:50
本文介绍了ASP中的Chunked客户端POST支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

IIS 6.0的发行说明讨论了客户端对POST的ASP支持

正在使用分块传输编码。

有谁知道这种支持意味着什么?似乎没有可能使用Request.BinaryRead来使用
,而Request.TotalBytes返回-1。


谢谢

The release notes for IIS 6.0 talks about ASP support for POSTs from clients
that are using chunked Transfer-encoding.
Does anyone know what this support means? It does not seem to be possible to
use Request.BinaryRead, and Request.TotalBytes returns -1.

Thanks

推荐答案

你好,


对于IIS 6.0默认的insatllation,我们需要运行一个脚本命令来启用

chunked transfer encoding:

cscript adsutil.vbs set / W3SVC / AspEnableChunkedEncodingTRUE


有关详细信息,您可以参考:

http://support.microsoft .com / kb / 278998


此致,


Luke Zhang


Microsoft在线社区支持

====================================== ============

通过电子邮件收到我的帖子通知?请参阅
http://msdn.microsoft .com / subscripti ... ult.aspx#notif

ications。


注意:MSDN托管新闻组支持服务是针对非紧急问题

如果社区或微软支持人员在1个工作日内做出初步回复是可以接受的。请注意,每个跟随

的响应可能需要大约2个工作日作为支持

专业人士与您合作可能需要进一步调查才能达到

最有效的分辨率。该产品不适用于需要紧急,实时或基于电话的交互或复杂的b $ b项目分析和转储分析问题的情况。这种性质的问题最好通过联系

Microsoft客户支持服务(CSS)处理
href =http://msdn.microsoft.com/subscriptions/support/default.aspx\"target =_ blank> http://msdn.microsoft.com/subscripti...t/default.aspx

======================================== ==========


此帖子按原样提供。没有保证,也没有授予任何权利。

Hello,

For IIS 6.0 default insatllation, we need run a script command to enable
chunked transfer encoding:

cscript adsutil.vbs set /W3SVC/AspEnableChunkedEncoding "TRUE"

For detailed information on this, you may refer to:

http://support.microsoft.com/kb/278998

Sincerely,

Luke Zhang

Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.


卢克,谢谢你的回复!


我''尝试设置元数据库属性,但没有任何变化。

Request.TotalBytes是-1。

从知识库文章中我得到的印象是这个属性

控制服务器在发送数据时是否使用分块编码,而不是如何处理
客户端POST:s。


此致,

Jonas


" Luke Zhang [MSFT]"写道:
Luke, thanks for the reply!

I''ve tried setting the metabase property, but nothing changes.
Request.TotalBytes is till -1.
From the Knowledgebase article I get the impression that this property
controls if the server is using chunked encoding when sending data, not how
client POST:s are handled.

Sincerely,
Jonas

"Luke Zhang [MSFT]" wrote:

你好,


对于IIS 6.0默认的insatllation,我们需要运行一个脚本命令来启用

chunked transfer encoding:

cscript adsutil.vbs set / W3SVC / AspEnableChunkedEncoding" TRUE"


有关此内容的详细信息,您可以参考:

http:// support。 microsoft.com/kb/278998


此致,


Luke Zhang


Microsoft在线社区支持

===================================== =============

通过电子邮件收到我的帖子通知?请参阅
http://msdn.microsoft .com / subscripti ... ult.aspx#notif

ications。


注意:MSDN托管新闻组支持服务是针对非紧急问题

如果社区或微软支持人员在1个工作日内做出初步回复是可以接受的。请注意,每个跟随

的响应可能需要大约2个工作日作为支持

专业人士与您合作可能需要进一步调查才能达到

最有效的分辨率。该产品不适用于需要紧急,实时或基于电话的交互或复杂的b $ b项目分析和转储分析问题的情况。这种性质的问题最好通过联系

Microsoft客户支持服务(CSS)处理
href =http://msdn.microsoft.com/subscriptions/support/default.aspx\"target =_ blank> http://msdn.microsoft.com/subscripti...t/default.aspx

======================================== ==========


此帖子按原样提供。没有保证,也没有授予任何权利。

Hello,

For IIS 6.0 default insatllation, we need run a script command to enable
chunked transfer encoding:

cscript adsutil.vbs set /W3SVC/AspEnableChunkedEncoding "TRUE"

For detailed information on this, you may refer to:

http://support.microsoft.com/kb/278998

Sincerely,

Luke Zhang

Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.




" Luke Zhang [MSFT]" < lu ****** @ online.microsoft.com写信息

新闻:LU ************** @ TK2MSFTNGHUB02.phx.gbl .. 。

"Luke Zhang [MSFT]" <lu******@online.microsoft.comwrote in message
news:LU**************@TK2MSFTNGHUB02.phx.gbl...

你好,


对于IIS 6.0默认的insatllation,我们需要运行一个脚本命令来启用

chunked transfer encoding:

cscript adsutil.vbs set / W3SVC / AspEnableChunkedEncodingTRUE


有关详细信息,您可以参考:

http://support.microsoft .com / kb / 278998


此致,


Luke Zhang
Hello,

For IIS 6.0 default insatllation, we need run a script command to enable
chunked transfer encoding:

cscript adsutil.vbs set /W3SVC/AspEnableChunkedEncoding "TRUE"

For detailed information on this, you may refer to:

http://support.microsoft.com/kb/278998

Sincerely,

Luke Zhang



此设置是否真的适用于客户端的POST?

文章的文字似乎讨论了输出到客户端的转移。

Does this setting really apply to POSTs from a client? The text of the
article seems to discuss the transfer of output to the client.


这篇关于ASP中的Chunked客户端POST支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆