2014-09-17 8 views
0

asp.net 웹 응용 프로그램을 게시하려고하는데 문제가 있습니다. 검색 엔진을 사용하여 데이터베이스에서 오류를 검색 할 때 문제가 발생합니다.서비스 참조 (웹 배포)를 게시하지 못했습니다.

아마도 DataServiceReference을 게시해야합니까? 하지만이 DataServiceReference을 게시하려면 어떻게해야합니까?

오류 :

There was no endpoint listening at http://localhost:8732/Design_Time_Addresses/DataService/Service1/ that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. 

이것은 내 Web.Config

<client> 
    <endpoint address="http://localhost:8732/Design_Time_Addresses/DataService/Service1/" 
      binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IService1" 
      contract="DataServiceReference.IService1" 
      name="WSHttpBinding_IService1"> 
    <identity> 
     <dns value="localhost" /> 
    </identity> 
    </endpoint> 
</client> 

내가 10.10.*.***-localhost:8732을 변경하려고하지만이 같은 여전히 ​​작동하지 않습니다.

어쩌면이 도움이 될 수 있습니다 ...

이 내 프로젝트 이미지입니다 :

enter image description here

이것은 내가 내 프로젝트를 게시하는 데 사용하는 것입니다. 당신은 데이터 서비스가있는 경우

enter image description here

답변

0

, 솔루션, 당신은뿐만 아니라 너무 서버에 게시하고, 당신은 당신이 서비스를 WCF 게시 위치에 엔드 포인트 주소를 변경해야합니다.