%windir%\system32\inetsrv\config\applicationhost.config 파일을 열고
------------------------------------------------------------------------------------------
<requestFiltering>
....
<requestLimits maxAllowedContentLength="1073741824" maxUrl="4096" maxQueryString="2048" /> ....
</requestFiltering>
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------<system.webServer> <asp>
<limits
bufferingLimit="1073741824" maxRequestEntityAllowed="1073741824" />
</asp>
</system.webServer>------------------------------------------------------------------------------------------ 위 두군데를 수정 후,
IIS를 재시작하면 완료됩니다.'Windows > IIS' 카테고리의 다른 글
| 디렉터리 나열이 거부되었습니다. 오류 해결 (0) | 2013.12.04 |
|---|---|
| IIS 내부서버 오류 보기(자세한 오류 보기) 설정 방법 (0) | 2013.10.04 |
| 윈도우7(Windows7)에서 IIS 설치 방법 (32) | 2013.03.25 |
| IIS에서 ASP ASP.NET 파일 인식이 안될 경우 (0) | 2013.02.21 |
| (IIS) 한글 도메인 등록 퓨니코드(Punycode) (0) | 2013.02.08 |
| 파일 다운로드 관련 IIS - MIME 형식 설정 (0) | 2013.01.04 |
| WIndows 2008 IIS7에서 대용량 다운로드/업로드 세팅 (0) | 2012.08.14 |

댓글을 달아 주세요