Inside my MVC4 project I have the namespace
prj.MVC4.Controllers
where I\'m using Server.MapPath(..) without probl
Server.MapPath(..)
Server is a property of the controller, to access it elsewhere while running a web application you can use
System.Web.HttpContext.Current.Server