What does the /(forward slash) represents in Server.MapPath method ?

 Posted by Akiii on 10/9/2012 | Category: ASP.NET Interview questions | Views: 2999 | Points: 40
Answer:

It represents the application's root directory :-

//application's root directory

string str= Server.MapPath("/")




Thanks and Regards
Akiii


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response