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

⌘K

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

response.write server.mappath(“/”)