....but I don't remember how to do it.

In my ASP/VB.net app, I have a subfolder. I am able to access this subfolder with no problems. However, I am having trouble referring to pages outside of the subfolder.

For example, on all pages inside the subfolder, there is a "logout" option, that takes the user back to the main login page (which rests outside the folder). However, every time I run the app, I get the usual "page not found" type of exception.

It feels like I'm "locked" in this subfolder, but I know there has to be an easy way to get out, I just can't remember what it is.