Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

500 - Internal server error with "resource you are looking for, and it cannot be displayed."

I have created a entry page and created fields for all those. Now am trying to entered fields into my database.

My values are save in database but after saving my CRM page shows error like

500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.

I think this error may be because of not enabling parent path and authentication rights in IIS.

I enabled the allow parent path in IIs->ASP,iis->Asp->debugging properties->send errors to browser->true

How to resolve this error?

like image 565
jeni Avatar asked May 07 '12 06:05

jeni


People also ask

How do I fix error 500 in Chrome?

If you are receiving an “Error 500 – Internal Server Error” message while trying to log into Canvas, you will need to clear the cookies on your web browser to resolve this issue.

How do I resolve 500 Internal server error in IIS?

IIS error The error 500.19 is an internal server error often occurring on a server using Microsoft IIS software. It indicates that the configuration data for the page is invalid. To solve the issue, delete the malformed XML element from the Web. config file or from the ApplicationHost.

What does the page Cannot be displayed because an internal server error has occurred mean?

Description of HRESULT The page cannot be displayed because an internal server error has occurred. This problem occurs because the server that is running IIS 7.0 cannot access the configured root directory of the requested location.


1 Answers

I figured out that in IIS7.

I had to go to the site in question, to 'Error Pages' --> "Edit Feature Settings" and select "Detailed errors". It's a little dialog box that pops up with three radio buttons.

This fixed it for me. Simply setting "Send Errors To Browser" to true, did not do the trick.

Hope this helps someone.

like image 62
Carl Hine Avatar answered Jun 01 '23 00:06

Carl Hine