1
Reply

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

Fabio Brandespim

Fabio Brandespim

Nov 7 2006 4:43 PM
2k

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)