1
vote
Why are Static Methods not Usable as Web Service Operations in ASMX Web Services ?
When a client creates an object for your web service, what they are really creating is a proxy object to that web service. This proxy object handles things like opening and closing your connections …
