728x90

Web.config 파일에 해당 설정 추가

<configuration>
  <system.web.extensions>
    <scripting>
      <webServices>
        <jsonSerialization maxJsonLength="2147483647" />
      </webServices>
    </scripting>
  </system.web.extensions>
</configuration>

 

'IT > ASP.NET' 카테고리의 다른 글

에러처리  (0) 2022.07.01
[C#] Compute SHA256 Hash with Salt  (0) 2021.11.01
[MVC5] Email Send (office365 메일 서버)  (0) 2021.08.08
[C#]SQL to Linq 변환 - "IN"절 사용  (0) 2021.01.11

+ Recent posts