How can I conditionally hide the web methods? I don\'t want to expose the web method if a flag setup in web.config is false. If it is true, then I will expose the web method. >
You can check the flag in your method and throw an exception if it's not set.