Archives for: "November 2013"
HOWTO: Find a Physical Path in ASP.Net from URL
In a number of situations, we need to know a Physical Path in a server from URL. For example, we need to upload some photo. Thus, this is a very common task, and is very easy to do in C# Codestring serverPath = Server.Map("~/Photo"); // e.g. it returns… more »
Tags: howto