Running asp's from a new folder.
Hi,
I just moved my asp scripts to a new folder, now they don't work.
I had everything in the wwwroot folder but decided to group the scripts into their own folders based on the function of the scripts.
I have a mainmenu.asp in the wwwroot that does a redirect to the appropriate folder/asp. This works. But once redirected, the asp scripts can't find one another. I can make them work by changing all the redirects, href's, and form actions to folder/whatever.asp.
Question:
Is there a way around this?
Thanks,
Al.
Re: Running asp's from a new folder.
Quote:
Originally posted by Al Smith
Hi,
I just moved my asp scripts to a new folder, now they don't work.
I had everything in the wwwroot folder but decided to group the scripts into their own folders based on the function of the scripts.
I have a mainmenu.asp in the wwwroot that does a redirect to the appropriate folder/asp. This works. But once redirected, the asp scripts can't find one another. I can make them work by changing all the redirects, href's, and form actions to folder/whatever.asp.
Question:
Is there a way around this?
Thanks,
Al.
umm no..if you dont specify where the files are, how can they find them?