Asp.Net web service: I would like to return error 403 forbidden July 29, 2023 by Tarik If you were using MVC you’d do the following: return new HttpStatusCodeResult(HttpStatusCode.Forbidden);