Request.PhysicalApplicationPath (C#) : Path « Request « ASP.Net






Request.PhysicalApplicationPath (C#)

<%@ Page Language="c#" %>
<html>
  <body>
    <H2>Response.WriteFile()</H2>
    <%;
    
    Response.Write(Request.PhysicalApplicationPath);
    %>
  </body>
</html>

           
       








Related examples in the same category

1.Displaying the Request.FilePath property in ASP.NET
2.Displaying additional path information in ASP.NET