Copy link to clipboard
Copied
We are running CF10 for an internal team application and we are currently migrating from Windows 2003 to Windows 2008. On one of our pages, if I browse to the page from a remote web client, I am presented with a 500 - Internal Server Error. However, if I browse to that same page from the localhost, the page partially renders and then I get an error about a missing custom template. I know how to fix that problem but I'm wondering what I need to do so that the remote clients can also see the more helpful "Cannot find CFML template for custom tag" error rather then the generic 500 - Internal Server Error. I tried removing all of the entries from the "IP Addresses for Debug Output" box but the behavior remained unchanged.
Jason
Copy link to clipboard
Copied
Hi Jason
Have you tried giving complete permission to remote users on that website folder?
Regards
Swaraj
Copy link to clipboard
Copied
Not sure exactly what you mean??? IUSR and IIS_IUSRS both have access to this directory.
Jason
Copy link to clipboard
Copied
I meant can you try giving permission to everyone?
Rgds
Swaraj
Copy link to clipboard
Copied
I added Everyone to the directory and it has the same problem. I believe that CF is limiting the detailed error messages to just the localhost, but I can't figure out what setting to change to allow it for everyone.
Copy link to clipboard
Copied
I fixed it. Apparently there is an IIS setting that defaults the httpErrors to only be visible by localhost clients. I followed the steps at the following site to allow them for remote clients as well:
Jason
Find more inspiration, events, and resources on the new Adobe Community
Explore Now