Hi everybodyI need get path info of curent application in my web server.
This is how I do em PHP:$module_name = basename(dirname(__FILE__));
But I need to know what is the equivalent in C# and ASP? Thank you.