Skip to main content

Replies sorted oldest to newest

For the Auctiva Guys and Gals:

Here is the error:

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>

Can't log in. Have been logged off involuntarily several times in the last 3/4 days.

Thanks!
HOW FRUSTRATING!!! I have listings to get done!! I think this may be the last straw for me.... I'm so tired of this - it's up, then it's down, log in - logs you out, error-error-error.... Any Auctiva People out there who can explain WHY!!!! and when is this going to end, if ever?????? AND... I've got listing scheduled to go on tonight... is this a server issue again? or is it just log-in failures??? Anyone???? Anyone????

Add Reply

Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×
Link copied to your clipboard.
×