B Bijoy Naick Nov 22, 2004 #1 In VB.NET, I use Server.MapPath(filePath). What is the equavalent of this in C#?
S Scott Allen Nov 22, 2004 #3 Right, except there is no need to pass a physical path into the method, you want to pass in a virtual path to get a physical path.
Right, except there is no need to pass a physical path into the method, you want to pass in a virtual path to get a physical path.