Skip to main content
Participant
September 8, 2006
Question

ASP Folder Protection

  • September 8, 2006
  • 1 reply
  • 305 views
I am trying to find an ASP script that will protect a directory so that I can put documents such as spreadsheets and word documents in there without people being able to just browse to them. I already have a logon script in place (made by ASPRunner Pro) but need to protect the documents that are linked to once a user logs in. I have no experience with ASP, but a couple years of experience with other common programming languages (C, ASM, VB, HTML). Can anyone help me on how to protect this directory on a Windows server (my hosting is through GoDaddy.com)? Thank you.

Jon Wynveen
This topic has been closed for replies.

1 reply

Inspiring
September 8, 2006
Would just putting an empty index.asp file there help? Or perhaps ask your
host to disable directory browsing? Or are you worried about people knowing
the filename and browsing directly to the file?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"JonWynveen" <webforumsuser@macromedia.com> wrote in message
news:eds0mq$ls5$1@forums.macromedia.com...
>I am trying to find an ASP script that will protect a directory so that I
>can
> put documents such as spreadsheets and word documents in there without
> people
> being able to just browse to them. I already have a logon script in place
> (made
> by ASPRunner Pro) but need to protect the documents that are linked to
> once a
> user logs in. I have no experience with ASP, but a couple years of
> experience
> with other common programming languages (C, ASM, VB, HTML). Can anyone
> help me
> on how to protect this directory on a Windows server (my hosting is
> through
> GoDaddy.com)? Thank you.
>
> Jon Wynveen
>


Participant
September 8, 2006
Directory browsing is already disables on my hosting server. I'm worried about people knowing the name and browsing to it.