Mega Code Archive

 
Categories / ASP.Net / Request
 

Request PhysicalApplicationPath (C#)

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