Search Results

0
votes

How can I send an “Access Denied” http response to the client in asp.net?

I'd do something like throw new HttpException(401, "Access Denied"); …