Is the FileSystemObject available for use?

folder reachable via HTTP) has 'read-only' permissions with no exceptions made to this restriction.

Any files or folders requiring greater permissions should be put in the 'data' or 'databases' directories, located at the same level as the 'www' folder and referenced there.

To obtain the path to your file(s) located outside the webspace use the Sever.MapPath() function:

path = Server.MapPath("/") & "/../data/[filename]"

We can create a writable folder in the webspace at your request, however, script execute permissions will be turned off for any folder that is writable. We do this because having write and execute in the same folder is a security hole due to how Windows Servers handle user permissions.

If you would like a writable folder created please put in a ticket requesting what folder you would like configured that way and a support technician will create it for you.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Can I use remote debugging services with Visual Studio .NET?

No. There are no Low level debugging facilities enabled on any of our virtual servers. The...

I'm getting an HTTP 500 - Internal Server Error when I go to my web page. What does that mean?

This is a general error Internet Explorer shows when something is wrong. To find out exactly what...

What ASP components do you offer?

  The following ASP components are offered; CDONTS Server Objects - ASPMail...

What is ASP and ASP.net?

ASP and ASP.net, are one of the best ways to develop a site on an NT based platform. You can use...