반응형
<behaviors>
<serviceBehaviors>
<behavior name="MyServiceTypeBehaviors" >
<serviceMetadata httpGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="true" />
</behavior>
</serviceBehaviors>
</behaviors>
'.NET > WCF' 카테고리의 다른 글
[WCF] 클라이언트에서 ArrayList를 WCF서비스 인자로 넘기기 꼼수 (0) | 2010.03.05 |
---|---|
VS2008 WCF 메서드 오버로딩 버그 발견 | Visual Studio 2008 WCF Method Overloading Bug | HTTP 404 Error (5) | 2010.02.12 |
[WCF] WSDL 서버주소가 PC명으로 고정되는경우 IIS 6.0 (0) | 2010.01.21 |
WCF 디버깅 강좌 (0) | 2009.12.31 |
WCF웹서비스를 이용한 간단한 예제 (0) | 2009.12.11 |