[quoted text, click to view] "Sel" <Sel@discussions.microsoft.com> wrote in message
news:31659DE5-3145-4107-9279-C70401B04435@microsoft.com...
> When we create a web service in .Net 2.0, after deploying the web service
> and
> browse the service in IIS we will get the statement as
>
> Name of the Web Service
> "The following operations are supported. For a formal definition, please
> review the Service Description"
>
> Can we able to customize the quoted lines through coding.
>
> URGENT
>
> Thanks in advance
You can configure that as follows:
<configuration>
<system.web>
<webServices>
<wsdlHelpGenerator href="docs/MyServiceHelpPage.aspx"/>
</webServices>
</system.web>
</configuration>
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer