1
Answer

How can I get the path info of my application.aspx

Guest User

Guest User

18y
2.3k
1

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.

Answers (1)