简体   繁体   English

Asp Classic和IIS 6.0:我在寻找“最大上传大小”变量吗?

[英]Asp Classic and IIS 6.0 : I'm looking for a “max upload size” variable?

I'm working with IIS 6.0 and ASP CLASSIC. 我正在使用IIS 6.0和ASP CLASSIC。

My point is to upload file (PDF) and I know there's a limit (200kb by default) but I want to know the max limit of uploaded files (the limit of the server) with a server variable maybe or a conf. 我的观点是上传文件(PDF),我知道有一个限制(默认为200kb),但是我想知道带有服务器变量或conf的上传文件的最大限制(服务器的限制)。 file which I can access with asp. 我可以用asp访问的文件。 I don't want to write the limit in octets directly in my code. 我不想在我的代码中直接以八位字节为单位写限制。 Is that possible ? 那可能吗 ?

I checked IIS Server Variables on the Microsoft Website and found nothing. 我在Microsoft网站上检查了IIS服务器变量,却一无所获。 Maybe there is no solution to this problem but if someone got one, let me know. 也许对这个问题没有解决办法,但是如果有人得到了,请告诉我。

Thanks. 谢谢。

尝试在ASP>限制属性下增加设置“最大请求实体限制”的大小。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM