소년포비의 세계정복!!

[ASP.NET] 업로드 사이즈 수정 본문

프로그램 세상/ASP.NET

[ASP.NET] 업로드 사이즈 수정

소년포비 2009. 10. 24. 02:07

<?xml version="1.0" encoding="ks_c_5601-1987"?>

<configuration>

  <system.web>

<httpRuntime executionTimeout="90" maxRequestLength="1048576" useFullyQualifiedRedirectUrl="false" />

</system.web>

</configuration>



Web.Config 파일을 열어서 maxRequestLength 를 설정해 주면 됩니다. 단위는 byte입니다.