Hi everybody
I 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.
Hi everybody
I 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.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
nikshuklaPosted Nov 17, 2006, 1:58 PM
Regards,