[ASP.NET] Vage meldingen na de installatie

Pagina: 1
Acties:

  • Borrie
  • Registratie: Juli 2000
  • Laatst online: 07-09-2022
Ik krijg de volgende melding na de installatie (en het runnen van een aspx page), ik zelf kan niets met deze foutmelding, heeft iemand nog tips?

http://www.maalkom.nl/quickstart/aspplus/

Thnx!

  • Nielsz
  • Registratie: Maart 2001
  • Niet online
Als andere mensen je page bekijken, krijgen ze een andere melding :P

  • LuCarD
  • Registratie: Januari 2000
  • Niet online

LuCarD

Certified BUFH

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>
Wij kunnen dus niet mee kijken

Programmer - an organism that turns coffee into software.


  • The Lord
  • Registratie: November 1999
  • Laatst online: 15:39
De .NET Framework heeft vermoedelijk te weinig rechten om te schrijven naar de directories waar de pagina's staan.

Als je met de browser op de server zelf de pagina opvraagt krijg je waarschijnlijk ook een veel duidelijkere omschrijving.

Zie ook : [topic=420393/1/500]

Zelfde oorzaak.

geeft geen inhoudelijke reacties meer