Skip to main content
View All
Search
Shelves
Books
Log in
Info
Content
Books
MapPath parent directo...
MapPath parent directory through server
Solved: how to MapPath to a parent directory through server.mappath in asp.net c#
try with this code Path.Combine(Directory.GetParent(Server.MapPath("")).FullName, "sc...
Search Results
Clear Search
Back to top