如题,求教!下面是完整自动生成的服务配置节内容
     <service behaviorConfiguration="WcfService.Service1Behavior"
        name="WcfService.Service1">
        <endpoint address="" binding="wsHttpBinding" contract="WcfService.IService1">
          <identity>
            <dns value="localhost" />
          </identity>
        </endpoint>
        <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        <host>
          <baseAddresses>
            <add baseAddress="http://localhost:8731/Design_Time_Addresses/WcfService/Service1/" />
          </baseAddresses>
        </host>
      </service>