PDA

View Full Version : Server runtime error



Jade
November 18th, 2012, 20:11
I've tried to log in since a few hours and alway get that error. I tried clearing cookies and different browser and everything is ok. No one else seems to get this error and I could log no problem using my boyfriend's account...Thanks for helping me out :)

Server Error in '/' Application.Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".




<!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="Off"/> </system.web></configuration>



Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.




<!-- Web.Config Configuration File --><configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web></configuration>

Jade
November 18th, 2012, 20:14
If I click on a link though (like my profile link), I get the custom game message : Your session has timed out. Please login again.

Jade
November 18th, 2012, 20:48
I decided to try to desactivate secured navigation (https) and it works now.

Guild Masters
November 19th, 2012, 06:21
Are you using Chrome? We are experienced some issues with https and the client cache on chrome browsers. We will fix it when we had a while to view it deeper.

Meanwhile, you can use firefox if you want not to deactivate the secure browser option in Facebook. It should work fine.

Jade
November 19th, 2012, 18:00
Yes I'm with Chrome. When I got that error though I couln't access with Firefox either...