关于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