Student Reviews
( 5 Of 5 )
1 review
Video of Mapping virtual path to physical path using Server MapPath method Part 19 in ASP.net course by kudvenkat channel, video No. 19 free certified online
Text version of the video
http://csharp-video-tutorials.blogspot.com/2012/11/mapping-virtual-path-to-physical-path.html
Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.
https://www.youtube.com/channel/UC7sEwIXM_YfAMyonQCrGfWA/?sub_confirmation1
Slides
http://csharp-video-tutorials.blogspot.com/2013/08/part-19-servermappath.html
All ASP .NET Text Articles
http://csharp-video-tutorials.blogspot.com/p/free-aspnet-video-tutorial.html
All ASP .NET Slides
http://csharp-video-tutorials.blogspot.com/p/aspnet-slides.html
All Dot Net and SQL Server Tutorials in English
https://www.youtube.com/user/kudvenkat/playlists?view1&sortdd
All Dot Net and SQL Server Tutorials in Arabic
https://www.youtube.com/c/KudvenkatArabic/playlists
In this video we will discuss about Server.MapPath() method. This method returns the physical path for a given virtual path. This method can be used in several different ways, depending on the characters that we use in the virtual path. Let's understand this with an example.
Server.MapPath(".") returns the current physical directory of the page that you are running
Server.MapPath("") returns the parent pysical directory of the page that you are running
Server.MapPath("~") returns the physical path of the root directory of the application