Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF10 Internal Server Error 500 Remote Clients Only

New Here ,
Feb 14, 2013 Feb 14, 2013

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

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 14, 2013 Feb 14, 2013

Hi Jason

Have you tried giving complete permission to remote users on that website folder?

Regards

Swaraj

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 14, 2013 Feb 14, 2013

Not sure exactly what you mean???  IUSR and IIS_IUSRS both have access to this directory.

Jason

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 14, 2013 Feb 14, 2013

I meant can you try giving permission to everyone?

Rgds

Swaraj

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 14, 2013 Feb 14, 2013

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 14, 2013 Feb 14, 2013
LATEST

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:

http://www.iis.net/learn/web-hosting/web-server-for-shared-hosting/delegating-errormode-in-httperror...

Jason

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources