ASP.NET Order Web Methods alphabetically when you browse to a web service
open up:
C:\
\Microsoft.NET\Framework\v1.1.4322\CONFIG\DefaultWsdlHelpGenerator.aspx
(this is the file which generates the default documentation depending on your version of the framework)
in line 1285 change
Hashtable methodsTable = new Hashtable();
to
SortedList methodsTable = new SortedList();
Order Web Methods alphabetically when you browse to a web service
No comments:
Post a Comment