关于CommunityServer2.1附件过大报错,即ASP.NET2.0中附件设置问题"Cannot Upload Large Files When You Use the HtmlInputFile Server Control"

参考http://support.microsoft.com/default.aspx?scid=kb;EN-US;295626

sample:
<configuration>
    <system.web>
          <httpRuntime maxRequestLength="10240" />
    </system.web>
</configuration>

更多runtime设置请参照msdn

posted on 2006-09-06 16:15  超子  阅读(139)  评论(0编辑  收藏  举报

导航