Global.asax takes the absolute path

  • 2020-06-03 06:19:17
  • OfStack

Method of taking absolute path in Global. asax file:
 
string absolutelyPath =AppDomain.CurrentDomain.BaseDirectory; 

Related articles: