I want to use Server.MapPath() method im order to map a virtual directory I created to its physical path.
The thing is that the .net environment doesn\'t recognize S
Make sure you have included System.Web in your projects References Do these (In Visual Studio IDE):
Server.MapPath should now be available.