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?

sorry i guess i've found the answer,,

<a href="/mysite/Default.aspx">Home</a>

thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.