Tagged Questions

2
votes
2answers
192 views

Custom error setting being ignored for locations denied in the web.config

In a ASP.Net 4 and MVC2 application we have an odd configuration error. The web.config looks something like this: <configuration> <location path="blockedpath"> ...
0
votes
1answer
110 views

Handling custom errors with a port in the URL for IIS

I am trying to specify a custom (ASPX) page to handle 404 errors. I can't seem to do this with IIS because I use a port other than the default. I have two versions of my site, one exposed (default ...