|
-
Jun 5th, 2008, 06:22 AM
#1
Thread Starter
Addicted Member
[2005] This should be easy....
....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.
If my post helped you, please rate it!
Languages: VB/ASP.NET 2005, C# 2008,VB6
Databases: Oracle (knowledge not currently in use), DB2
FROM Customers
WHERE We_Know_What_We_Want <> DB.Null
SELECT *
0 rows returned
-
Jun 5th, 2008, 06:44 AM
#2
Frenzied Member
Re: [2005] This should be easy....
"~\pageinparentfolder.aspx"
-
Jun 5th, 2008, 11:07 AM
#3
Re: [2005] This should be easy....
"~/pageinparentfolder.aspx"
-
Jun 5th, 2008, 11:18 AM
#4
Frenzied Member
Re: [2005] This should be easy....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|