System Directory with ASP.NET


response-asp-directory

How can I find out my System Directory with ASP.NET?

Click on the Link given below to More Details:
http://bit.ly/2chMNhl

Use this

<%
Response.Write(“The System Directory is ” & System.Environment.SystemDirectory.ToString() )
%>