PDA

View Full Version : Sub - Web Application Bin Directory


Aristotle
04-26-2004, 04:11 AM
If you had deployed your application using Visual Studio, the FrontPage extensions would have automatically disabled browser-read on the bin directory. If not, create a support ticket to have read disabled in the IIS setting for the bin directory. You can also do this yourself, if FrontPage extensions are installed, by opening your site with FrontPage and disabling 'allow files to be browsed' on that folder.

daviddixon
04-26-2004, 07:52 AM
Hi, Just created a new folder and a sub folder of that called "bin" - to hold the application ".dll" files.

Then I went to the newly added folder and made it a "Web Application", I presume that this tool then see's if a "bin" directory exists within it, and if so write the apropriate permissions ?

Unfortunatley, I can still download the contents of my bin folder.

Dave