[asp.net] HttpException (0x80004005): 최대 요청 길이를 초과했습니다...

[asp.net] HttpException (0x80004005): 최대 요청 길이를 초과했습니다...

[asp.net] HttpException (0x80004005): 최대 요청 길이를 초과했습니다 해결방안

파일을 업로드 하는 부분에서 대용량의 파일을 시도하니

위와 같은 메세지가 나와 Web.Config를 메모장으로 열고 Ctrl+F키로

httpRuntime을 찾아

maxRequestLength의 부분의 숫자를 더 올려주니 해결되었다 -0-

from http://hwoarang757.tistory.com/77 by ccl(A) rewrite - 2020-03-06 16:55:39

댓글

이 블로그의 인기 게시물

🐱‍💻Installing IIS Components Windows 10

2017년 1월 스타트업에서 구인할때 주로 원하는 개발 기술

Creating Cascading DropDownLists in ASP.Net (연속적인 셀렉트박스...