| |||||||
This is a discussion on Gifts.FP Down? within the Freepay Network forums, part of the Old Networks category; Is Gifts.FP down for anyone else? I'm getting the following error: Code: Server Error in '/' Application. Runtime Error Description: ...
| | Thread Tools |
| | #1 |
| Call me Vlad Join Date: Jun 2008 Location: South London
Posts: 9,512
![]() ![]() ![]() ![]() ![]() ![]() ![]() | Gifts.FP Down?Is Gifts.FP down for anyone else? I'm getting the following error: Code: 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>
__________________ |
| | #2 |
| BANNED Join Date: Jan 2009
Posts: 4,429
![]() ![]() ![]() ![]() ![]() ![]() | I get the same error on all Freepay sites! |
| | #3 |
| iPod Nano 1GB Join Date: Feb 2009
Posts: 44
![]() | Yup i'm getting the same on laptops.freepay and was just about to post this. What's going on? :S |
| | #4 |
| BANNED Join Date: Jan 2009
Posts: 4,429
![]() ![]() ![]() ![]() ![]() ![]() | Maybe they're closing? |
| | #5 |
| iPod Nano 1GB Join Date: Feb 2009
Posts: 44
![]() | |
| | #6 |
| BANNED | maybe new design |
| | #7 |
| Call me Vlad Join Date: Jun 2008 Location: South London
Posts: 9,512
![]() ![]() ![]() ![]() ![]() ![]() ![]() | I doubt it, they have this error sometimes, usually the sites are back up on the sameday. As if Freepay will actually make a new design, seriously.
__________________ |
| | #8 |
| iPod Nano 1GB Join Date: Feb 2009
Posts: 44
![]() | Seems to be working again now! |
| Thread Tools | |
| |