Wrox Programmer Forums
|
ASP E-commerce As of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP E-commerce section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 15th, 2004, 11:51 PM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 198
Thanks: 2
Thanked 0 Times in 0 Posts
Send a message via MSN to itHighway
Default Protecting Folder

Hello!

This is Zeeshan Ahmed from itHighway. We need a wayt to protect a couple of folders from directly being accessed. One folder will contain "images" and the other folder will contain "Text files".

Right now if someone directly type the http address of image or text file, it opens the file in browser. We need a way to protect image and text file folder. But on the other hand we also want our administrator to access these files after login in to his account.


Do we have to set some permissions to server?

Any Idea...
Any Help....
Will be greatly appriciated..


Thanks
Zeeshan Ahmed


 
Old December 16th, 2004, 07:42 AM
Friend of Wrox
 
Join Date: Dec 2004
Posts: 307
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Vadivel Send a message via Yahoo to Vadivel
Default

Zeeshan,

I guess you can disable "directory browsing" option for those folders in IIS. (Start >> Run >> Inetmgr).

But still the end user can flick the text/js files by just typing the full url. Similarly for images .. once it is loaded on IE they can save it from there. Are you worried about these also? or You are only bothered about denying access to those folders?

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com
 
Old January 9th, 2005, 12:13 AM
Registered User
 
Join Date: Nov 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Zeeshan -

I am pretty sure your admin is going to have to cough up some cash for a third party component to do the trick.

I think this company ASP Smart http://www.aspsmart.com/aspSmartSecurity/
might have what you are looking for.

We've used stuff from them in the past and they work great with our enterprise level apps.

Another drawn out approach if you are using a higher-end DBMS would be to ponder putting image files (binary) or text files and storing them in the database. This is an interesting approach and will probably take some reworking with your companies current application model but it works too.

I say try to hunt down a good third party tool

Cheers,
Christian





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 9 Protecting Your Pages malhyp Dreamweaver (all versions) 1 August 20th, 2005 04:14 AM
Protecting Folder itHighway Classic ASP Databases 1 December 16th, 2004 11:55 PM
Protecting Folder itHighway Classic ASP Components 0 December 15th, 2004 11:48 PM
Protecting Cells jacks Excel VBA 1 February 20th, 2004 11:55 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.