Web.config에 설정
<system.web>
<httpRuntime executionTimeout="2400" maxRequestLength="102400" enable="true"/>
</system.web>
CMD에서 실행
%windir%\System32\inetsrv\appcmd.exe set config "Default Web Site" -section:requestFiltering -requestLimits.maxAllowedContentLength:104857600 -commitpath:apphost
'정리없는자료 > .NET' 카테고리의 다른 글
| DateTime.Compare 날짜 비교 (0) | 2011/12/01 |
|---|---|
| ASP.NET ( C# ) Socket 통신, w3Sockets (0) | 2011/04/21 |
| IIS7.x에서 파일 업로드 용량 변환 (0) | 2010/11/12 |
| repeater Excel download (0) | 2010/11/12 |
| Repeater FooterTemplate (0) | 2010/11/12 |
| ASP.NET 특정 일자를 가감 (0) | 2008/10/15 |

