Hello,
I have a newly created ASPX Website with Default.aspx and a Masterpage. on the master page i created a navigation menu i.e Home, News ect. then i created a folder inside the site and put some pages i.e page1.aspx.
My problem is when im at page1.aspx (/mysite/folder1/page1.aspx) then hit "Home" it gives me error "Server Error in '/mysite' Application." because Default.aspx is not within the same folder.
Any ideas?