gpt4 book ai didi

asp.net - 以编程方式访问 httpRuntime maxRequestLength

转载 作者:行者123 更新时间:2023-12-02 13:31:52 27 4
gpt4 key购买 nike

我环顾四周,尚未找到一种在文件大小配置部分和我允许的最大值之间同步的方法。这可能吗?

在 web.config 文件中允许非常大的文件大小,然后在实现中强制使用较小的文件大小是否只是最佳实践?

最佳答案

尝试这样的事情:

HttpRuntimeSection section = ConfigurationManager.GetSection("system.web/httpRuntime") as HttpRuntimeSection;

然后你就得到了section.MaxRequestLength

关于asp.net - 以编程方式访问 httpRuntime maxRequestLength,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5148956/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com