Top "Server.mappath" questions

The Server.

Get virtual path for a full path in asp classic

How can I get the virtual path for a full path in ASP classic. Note that the full path may …

asp-classic server.mappath virtual-path
Virtual Path in ASP.NET

I am using this code for my LinkButton to download a file when you click on it. Recently i got …

c# asp.net .net server.mappath
Use Server.MapPath in Business Layer

My business layer creates files and needs to save them in the App_Data folder of my asp.net mvc 4 …

c# asp.net-mvc server.mappath business-layer
C# Unit Testing: Testing a method that uses MapPath

First of all, I am aware that this question is dangerously close to: How to MapPath in a unit test …

c# .net unit-testing server.mappath
UPDATE: Copy file from serverA to serverB

Okay just spoke to our server admin and both servers have all permissions set. Now I get an error: The …

asp.net filepath server.mappath
Server.MapPath does not find the path on Azure

I have deployed my project to Azure. In my project I have "App_Data\Images" folder. Now I'm trying to …

asp.net azure server.mappath
Classic ASP Server.MapPath() doesn't work as expected in global.asa

In Classic ASP, Server.MapPath() doesn't always work properly in the Application_OnStart event within global.asa. I have an …

asp-classic server.mappath global.asa mappath
In ASP.NET how you get the physcial file path when HttpContext.Current is NULL?

I'm working with DotNetNuke's scheduler to schedule tasks and I'm looking to get the physical file path of a email …

.net asp.net dotnetnuke scheduler server.mappath