← 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: