← Tutti gli articoli

Deploying an ASP application to IIS 7. Parent path problem

30 August 2010  ·  IIS 7 · Article  ·  121 visite

An error occurred on the server when processing the URL. Please contact the system administrator. If you are the system administrator, please click here to find out more about this error.



ASP Parent Path examples:

<%
   Response.Write Server.MapPath("../prova.asp")
%>


<!--#include file="../myaspfunctions/mylib.inc"-->


In IIS 7 the parent paths were DISABLED by default.

To enable them plese set true the following flag:

Si è verificato un errore imprevisto. Ricarica

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.