我在Model类中调用了web服务,这是从控制器调用的。有时web服务会抛出异常(SOAP)。在控制器级别发生的正常异常通过覆盖OnException在filterconfig中处理。对于发生在模型级别的SOAP异常,它们不会被捕获。如何捕获和处理这些异常? public class CustomHandleErrorAttribute : HandleErrorAttribute public override void OnException(ExceptionContext filterContext)}}
在浏览了CodePlex上的MVC部分后,我注意到MVC中的Authorize属性在授权失败时返回一个HttpUnauthorizedResult() ()。// 401 is the HTTP status code for unauthorized access - setting this
// will cause the active authentication module to