- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsI've taken over a website from a guy who hosted it on his own personal server - I lease a Server from '1 & 1' - the site uses ASP/VBSCRIPT and because i'm now hosting it on a leased server, some of the the techniques the guy was able to use on his own server don't seem to be permissible.
The problem I have occurs when I try to generate a directory listing from of a particular folder. The code fragment is attached, when it executes I get the following error message:-
Scripting.FileSystemObject
Permission Denied
/member/agenda.asp, line 484
I've tried alll the obvious things such as setting the permissions on the folders, making sure that the path is correct etc. I'm stumped, as is the ISP (who blame it on the script).
It's the line
set folder = fs.GetFolder(path)
which seems to be the problem.
I've explored the VBSCRIPT side of things and can't find any obvious problems - what I'm wondering is this - I used Frontpage to upload the site to the webspace from a copy of the site on CD therefore all the folders were created by Frontpage - could this be causing the permissions problem?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: coreybryantPosted on 2009-08-28 at 15:32:10ID: 25212059
Usually when you copy a FrontPage website through explorer, this can cause problems.
If the site really does not use a lot of the Frontpage webbots and you cannot use FrontPage to publish, you should not copy all the _vti folders. These folders are unique.
If you can, I would recommend you create a new website on your computer. Then open a explorer window, locate the "old" website. Press CNTL-A to select all the files and CNTL-C to copy them. Now in FrontPage you should have the "new" site open.
In the folder list task pane, you should see the (local) path of the website. Right click and choose Paste. This will "import" the files / folders for you. You will probably get an error message about empty directories not being imported. This is those _vti folders. FrontPage will re-create these folders for you.
You can now publish the website and this should re-store the default permissions.