Hi
I have customized the my web service help page by modifying the wsdlhelpgenerator attribute in web.config file with my Custom MyServiceDescriptionGenerator.aspx file. I have migrated my web service to WCF service. In the same way i want to customize the WCF service hel page. Any suggestions?
Sample:
="1.0" ="utf-8"
<configuration>
<system.web>
<webServices>
<wsdlHelpGenerator href="MyServiceDescriptionGenerator.aspx"/>
</webServices>
</system.web>
</configuration>