Skip to main content

Replies sorted oldest to newest

When the page does finally come back, I get this error

http://www.auctionsniper.com/Error.aspx?aspxerrorpath=/MySnipes.aspx

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>
quote:
Originally posted by rramstad:
Hi. Was happy to see the site is up finally, but it seems to be broken, and no idea if my snipes will be placed or not.

Update Prices on My Snipes page results in the system hanging forever.

Anyone else seeing this same problem.


Yes, i am having the same problem-i can't modify my prices, which i need to do-i am wondering if bids are even going thru at this point?
quote:
Originally posted by region2:
quote:
Originally posted by JLR:
I just lost a snipe today ... It was a VERY rare book I really needed to complete my collection. Mad
- the users on this forum always recommend that you don't use AS for 'must haves' as it is fallible.

R2


Are there really any items "that are must haves" on ebay? They don't sell life saving drugs last I checked. We all WANT the items we are bidding on, which is where we get lulled to sleep. Most of us rely and trust the system as we don't have chunks of time to sit and wait for an item to end. (I really couldn't tell you when any of my best items end.) Auction Sniper is really the "must have" for this reason...until it fails. Leaving most of us wishing we did have chunks of time to wait for an item to end.

Add Reply

Post
×
×
×
×
Link copied to your clipboard.
×