Hi,
Is it possible to create MVC style filter attributes (like Authorize or HandleError) that work on ASMX Web Services?
Specifically, I perform custom authentication on a number of my web methods and would like to wrap the code into an Attribute that throws an exception, if the authentication checks fail.
Rich