Contributor
bluenote
Posts: 13
Registered: 08-24-2010
Re: Can't 'contact us', no price match, web site errors continually.
[ Edited ]

Hi Laura

 

FYI, I've received a couple of emails from FS and , the problem still exists, and, nobody has been real helpful.

 

To replicate this condition, I guess you have to be logged in as me.  (I don't have a second account to test against).  Once logged in as me, if I am on the main website, and click on even 'community forum' (from the top banner), or 'add to price watch' when viewing an item, or try to do a contact us feedback form, I get this error (pasted below).

 

Once that happens, I get it even if I try to sign out.  To get into the forum I open a new browser session, sign out, and then go into the forum and sign in.

 

Be great if you could help.  If you can't, since the main FS accounts and forum accounts seem to be separate, then maybe you could just get my FS site account deleted and I can re-create it.  I imagine this to be some kind of database error limited to me.  Or it could be happening to a lot of people, and they just aren't persistent enough to get it reported.

 

thanks

 

 

[CODE]

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>



[/CODE]