프로그램 자료/ASP.NET

Ajax maxJsonLength Dotnet Framework 3.5 HotFix

motolies 2014. 5. 29. 19:48
2014/01/16 - [프로그램 자료/ASP.NET] - Ajax maxJsonLength web.config 맥스값 수정




상황
Hotfix KB981884 다운로드 필요
http://support.microsoft.com/kb/981884/ko



다운이 안됨
http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/trying-to-get-hotfix-for-kb-981884/ac163f6e-9591-43fa-a2f2-03211d7a4e80


Hotfix 번호를 알면 요청할 수 있다는 내용의 글
http://www.howtogeek.com/howto/the-geek-blog/requesting-hotfixes-from-microsoft-the-easy-way/



요청하는 주소
http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=ID
ex)
http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=981884

요청해서 다운 받고 

web.config
파일 안에 

<system.web.extensions>

  <scripting>

    <webServices>

      <jsonSerialization maxJsonLength="2147483647"/>

    </webServices>

  </scripting>

</system.web.extensions>



작성하고 테스트 해보면 됨




  Win7, Server2008R2(SBC)  WinXP, Vista, Server2003, Serveer2008(MSI) 
 ia64

 x64

 x86