티스토리 뷰
테이블에 있는 데이터가 2000 ROW가 넘어서 에러 발생시? maxItemsInObjectGraph 값을 늘려준다.
쇠주는참이슬 2012. 4. 4. 09:39<?xml version="1.0" encoding="utf-8"?>
<!--
ASP.NET 응용 프로그램을 구성하는 방법에 대한 자세한 내용을 보려면
http://go.microsoft.com/fwlink/?LinkId=169433 을 방문하십시오.
-->
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0" />
</system.web>
<system.serviceModel>
<bindings>
<customBinding>
<binding name="Excel_Import.Web.DataService.customBinding0">
<binaryMessageEncoding />
<httpTransport />
</binding>
</customBinding>
</bindings>
<serviceHostingEnvironment aspNetCompatibilityEnabled="true"
multipleSiteBindingsEnabled="true" />
<services>
<service name="Excel_Import.Web.DataService">
<endpoint address="" binding="customBinding" bindingConfiguration="Excel_Import.Web.DataService.customBinding0"
contract="Excel_Import.Web.DataService" />
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
</service>
</services>
<behaviors>
<serviceBehaviors>
<behavior name="">
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="false" />
<dataContractSerializer maxItemsInObjectGraph="2147483647"/>
// 한번에 가져올수 있는 데이터의 양을 제한한다.
</behavior>
</serviceBehaviors>
</behaviors>
</system.serviceModel>
</configuration>
'프로그래밍 > WCF' 카테고리의 다른 글
WCF 참조에서 에러 발생시 (wsdl:portType을(를) 가져올 수 없음) (0) | 2013.07.22 |
---|---|
Could not load file or assembly App_Web_ 어쩌구 에러발생시 (0) | 2012.11.28 |
WCF 에러로그 남기기. Trace 파일 (0) | 2012.11.22 |
Json을 지원하는 WCF 서비스 만들기. WCF + JSON (0) | 2012.04.04 |
- Total
- Today
- Yesterday
- 제이쿼리
- 셀렉터
- ASP.NET
- grid
- SVG
- jQuery Mobile
- MSSQL
- drag&drop
- jQuery
- 프로시저
- Ajax
- rowspan
- css3
- IE
- JavaScript
- 자바스크립트
- json
- CSS
- Style
- radius
- 저장프로시저
- Excel
- jquery chart
- html5
- JS
- Mobile
- workbook
- WCF
- WebApi
- Chart
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |