Derefer runtime error

Gebruikers helpen andere gebruikers. Als je hulp nodig of een probleem hebt , post het dan hier.

Moderator: Moderator Team

Forumregels
LEES: Forum Regels!
Gebruikersavatar

Topicstarter
lieske449
Berichten: 41
Lid geworden op: 15 feb 2011, 19:59
Answers: 0
Usenet: XSNews
Internet: UPC

Derefer runtime error

#1

Bericht door lieske449 »

Heel raar heb nog geen last gehad met derefer me enz. en nu krijg ik dit.
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>

Snap er niets meer van. :?
Schijnt dat ik niet de enige ben te zien bij de reacties op spotnet.
Verplaatst uit het Spotnet Improver topic
- ManiaK
-- [bericht automatisch samengevoegd - 14 feb 2013, 11:26] --

En hij doet het weer. Tijdelijke fout denk ik. :D

ManiaK
Berichten: 2396
Lid geworden op: 13 feb 2011, 20:51
Answers: 0

Re: Derefer runtime error

#2

Bericht door ManiaK »

En hij doet het weer. Tijdelijke fout denk ik.
Klopt! Dank je wel lieske449 voor het melden.. :goed:
"Als het niet kan zoals het moet, dan moet het maar zoals het kan."

Afbeelding
===============================
Ik beantwoord geen ondersteuningsvragen via PB
===============================
Gebruikersavatar

Wheaten
Supporter
Berichten: 838
Lid geworden op: 11 sep 2012, 18:43
Answers: 0
Usenet: Sunny
Internet: Ziggo
Locatie: Brabant
Leeftijd: 110

Re: Derefer runtime error

#3

Bericht door Wheaten »

Er lag een server plat.
Plaats reactie Vorig onderwerpVolgend onderwerp
Spot-net.nl Forums : Disclaimer