Runtime error on WDWMagic home page?

Monty

Brilliant...and Canadian
Original Poster
In the Parks
No
Hi Steve,

I think my customizations on the home page at www.WDWMagic.com have messed something up. I get the following runtime error whether I access using IE, Firefox or Safari:

Server Error in '/' Application.<hr size="1" width="100%" color="silver">

Runtime Error

[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif] 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".

<table width="100%" bgcolor="#ffffcc"> <tbody><tr> <td> <code></code>
<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration></pre> </td> </tr> </tbody></table>
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.

<table width="100%" bgcolor="#ffffcc"> <tbody><tr> <td> <code></code>
<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration></pre> </td> </tr> </tbody></table> [/FONT]
Hopefully it's something simple to fix...
 

Monty

Brilliant...and Canadian
Original Poster
In the Parks
No
Never mind... It appears to have corrected itself. Or you are brilliantly fast to do repairs!

I am prepared to accept either. :D
 

wdwmagic

Administrator
Moderator
Premium Member
Never mind... It appears to have corrected itself. Or you are brilliantly fast to do repairs!

I am prepared to accept either. :D

LOL. Its the latter ;-)
I've been having some issues this morning with one of the new servers, which was giving you that message. I'm continuing to watch it. Thanks for reporting though. :)
 

Register on WDWMAGIC. This sidebar will go away, and you'll see fewer ads.

Back
Top Bottom