블로그 이미지
그냥 닥치고 해;
상Q

Notice

Recent Post

Recent Comment

Recent Trackback

Archive

calendar

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
  • total
  • today
  • yesterday
2013. 1. 14. 18:36 Computer/App.

Visual Studio에서 나타나는 에러 

The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.


라고 하는 경우..

web.config 나 app.config 를 수정.

maxReceivedMessageSize 의 값을 변경해 준다. (큰값)

그리고 maxBufferSize 의 값도 같이 변경.. 값이 같아서 같이 변경 해 줬다.

2147483647 로 변경.. 바이트로 환산 해 보니.. 2Gbyte 

적당한 사이즈를 지정해서 사용.



posted by 상Q