I am building a website using ASP, but clicking on the menu link resolves into errors,

  • Thread starter Thread starter TheRalfZer0
  • Start date Start date
T

TheRalfZer0

Guest
what could be wrong? I made a website called "Operations" in the root of that folder is my master file, I also made a new folder wherein my Quality manuals chapters are located. If i go in from start.aspx the website works fine. I then click on my "Quality Manual" link (Qualitymanual.aspx is located in the root) i come to my Index page, I hyperlinked all the chapters to it's location (:root:\manual\chapter1.aspx) when i use my browser's back, it obviously takes me back, but when i click on a link on the menu after i opened a chapter I get "page not found" errors. I assume it's because it now looks for the master file in ":root:\manual\" instead of the ":root:". anybody knows how to fix it?
 
Back
Top