Question
Limiting Access to Directory on Server
Hi;
I am developing a site where at some point the user can download/display certain PDF documents which are located on the server in a specific directory.
The server is a Windows Server 2003 and I am using IIS 6.0 and my application is ASP VBScript
Now i wanted to be able to upload infomration to that directory directly myself so in IIS I allowed "Director Browsing". This way i could just typein my domain and the name of the directory. i.e. <b>www.mydomain.com/Documents</b> But this also made it possible for anyone to access it as well.
To solve the issue, in IIS i set the security for the directory so that it is not accessable by a web user. But that did not work.
Does anyone know of a solution?
I am developing a site where at some point the user can download/display certain PDF documents which are located on the server in a specific directory.
The server is a Windows Server 2003 and I am using IIS 6.0 and my application is ASP VBScript
Now i wanted to be able to upload infomration to that directory directly myself so in IIS I allowed "Director Browsing". This way i could just typein my domain and the name of the directory. i.e. <b>www.mydomain.com/Documents</b> But this also made it possible for anyone to access it as well.
To solve the issue, in IIS i set the security for the directory so that it is not accessable by a web user. But that did not work.
Does anyone know of a solution?
