Hello all,
I'm new to
ASP, so this question might sound silly to most of you.
I have an
ASP site which I need to update, I'm using MS FrontPage.
I don't want to change it directly, so I created a new directory (called "updated") where I copied all files. I have for example a file "left_nav.
asp", containing links to other pages. I changed this file, in "updated" directory, and I see OK my changed file if I write in browser the name
www.mysite.com/updated/, but when I click on a link, it goes to the original file, not to the file from "updated" directory.
What should I do ?
Or maybe other suggestion to work with the site directly on server, but without affecting yet the website seen by visitors, because the owner must review it before I update it for good.
thank you