How can I find the path to my website in ASP?

⌘K
  1. Home
  2. Docs
  3. SysAdmin
  4. Windows
  5. How can I find the path to my website in ASP?

The following asp command will give you the path to the root of your site.

response.write server.mappath(“/”)