How to change a look of the web service test page in ASP.NET
In the article How to test a web service in ASP.NET, the test page used, is rendered by ASP.NET on the fly using the web page c:\[WinDir]\Microsoft.NET\Framework\[Version]\Config\DefaultWsdlHelpGenerator.aspx . Sometimes, you need to modify the behavior or appearance of this page. In this case, you should copy the DefaultWsdlHelpGenerator.aspx file to your web application directory, change …