%@ Page language="C#"%>
|
Control other important options by editing the file "Web.config" in the IIS virtual directory.
|
Server Info:
<%
Response.Write ("
Path=");
Response.Write (HttpContext.Current.Server.MapPath(null));
Response.Write ("
MachineName=");
Response.Write (HttpContext.Current.Server.MachineName);
Response.Write ("
ScriptTimeout=");
Response.Write (HttpContext.Current.Server.ScriptTimeout);
Response.Write ("
.NET Version=");
Response.Write(Environment.Version.ToString());
%>