I have a Windows server running for development and I noticed that on my local machine which uses the local network to communicate to the server I get non-detailed error messages from IIS. For example, when my ColdFusion server throws an error, I get the standard IIS 500 error.
I figured out how to enable showing detailed errors, but that shows detailed errors for all clients. Is it possible to only enable details errors for a single subnet (192.168.34.0/24) and show the non-detailed errors for any other client?