-
AuthorPosts
-
April 15, 2007 at 10:53 pm #1016
Chris Yaughn
MemberCan any of you computer guys out there translate this for me? I get logged out once or twice a day from FabNet and when I try to log back on I get this. Is there a setting somewhere that is to strict or should I just get used to it? When it happens I have to dump cookies, etc, and then everything works fine.
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>Thanks
Chris
April 16, 2007 at 7:10 pm #18537Andy Graves
KeymasterUncheck the “Remember Login” settings and then try it. For some reason the login feature sucks and I don’t know why. I am in the process of trying to get it right but no luck so far.
I have not heard anyone recently having any issues with logging on but sometimes people just don’t speak up so maybe it does happen.
I know I don’t get that error. Athough it is a standard error, not pertaining to anything specific.
-
AuthorPosts
- You must be logged in to reply to this topic.
