Tag: Website Path
How to Get a Web Application’s Directory Path in ASP.NET
I found this question asked a lot in forums so I thought I should answer it here. Getting the physical path of the website can be done using Request.PhysicalApplicationPath. The following code also lists the sub directories of the website and how many files each one has.



Connect