Your company has a Windows Communication Foundation (WCF) service at the URL http://services.contoso.com/OrderLookupService.svc.The <system.servicemodel> section of the configuration file is as follows. (Line numbers are included for reference only.)01 <system.servicemodel>02 <behaviors>03 <servicebehaviors>04 <behavior>05 <servicedebug includeexceptiondetailinfaults="false">06 ...0708 </servicedebug></behavior></servicebehaviors>09 </behaviors>10 <servicehostingenvironment multiplesitebindingsenabled="true">11 </servicehostingenvironment>You need to ensure that the service publishes the WSDL description at http://services.contoso.com/OrderLookupService.svc?wsdl.<br /> What should you do?()</system.servicemodel></system.servicemodel><p> Your company has a Windows Communication Foundation (WCF) service at the URL http://services.contoso.com/OrderLookupService.svc.The <system.servicemodel> section of the configuration file is as follows. (Line numbers are included for reference only.)01
A、A.
B.
C.
D.