|
|
 Rank: Level 8: Debutante Groups: Fans of England
Joined: 5/1/2008 Posts: 47 Points: 47
|
I've had to login several times this morning and at one point lost a reply I made to the Forum. Does anyone else have this problem?
|
|
 Rank: Level 8: Debutante Groups: Fans of England
Joined: 5/1/2008 Posts: 47 Points: 47
|
Just got logged out when submitting a reply and tried three times to get back and got this message, which I hope may be of some help.
QUOTE
Server Error in '/' Application. Runtime Error Description: 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>
UNQUOTE
I tried again without success and went back to the Home page. To my surprise it logged my back in, but on returning to the Forum I got logged out again. Now I've managed it, as you can see.
|
|
 Rank: Level 7: Socialite Groups: Fans of England
Joined: 1/23/2008 Posts: 33 Points: 2
|
Hi Escafeld. Welcome to our forum and thank you for all your great comments and pictures today, they are very inspiring. Unfortunately we are experiencing some problems with our forum today and our team is currently working on it. Hopefully we will be back to normal very soon.
Enjoy England Web Team
|
|
 Rank: Administration Groups: Administration
, Fans of England
Joined: 1/7/2008 Posts: 21 Points: -595
|
Yes and thanks for supplying the error message. I'll pass it on to the IT team.
|
|
 Rank: Level 8: Debutante Groups: Fans of England
Joined: 5/1/2008 Posts: 47 Points: 47
|
Moderator wrote:Yes and thanks for supplying the error message. I'll pass it on to the IT team. You're welcome. I had to laugh at my typo "it logged my back in" as I've just been shifting some wood. It should have read "me".
|
|
 Rank: Level 8: Debutante Groups: Fans of England
Joined: 5/1/2008 Posts: 47 Points: 47
|
Big problems trying to login tonight, or should that be this morning. Anyway, after several attempts I got this message: -
QUOTE
Server Error in '/' Application. Runtime Error Description: 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>
UNQUOTE
I've not checked to see if the same as the other message.
|
|
 Rank: Administration Groups: Administration
, Fans of England
Joined: 1/7/2008 Posts: 21 Points: -595
|
Thanks. I will forward the error message to the IT team.
|
|
|
Guest |