I'm working on some error handling in my MVC app, and I'd like to change asperrorpath
to something that doesn't give away the fact that I'm using .NET... something like path
Can anyone give me some direction on how to change that out?
I'm working on some error handling in my MVC app, and I'd like to change asperrorpath
to something that doesn't give away the fact that I'm using .NET... something like path
Can anyone give me some direction on how to change that out?
The are many ways you can solve your problem. It depends what you want.
<error statusCode="403" redirect="NoAccess.htm" />