Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 n-tier file download design

Author  Topic 

yipchunyu
Yak Posting Veteran

80 Posts

Posted - 2003-06-18 : 13:00:32
i posted following question in another section :

i got a n-tier system which build with IIS5.0, COM server and a SQL2000. just a typical one,
The current situation:
web server - dmz
com server - app. zone
sql 2000 - database zone

I am planning to let the user dl some files from this app.
As secruity is great concern to me, i don't know what is the best practice to do it.
I can insert the file to the database as a binary file (but the file is quite large in both size and quantity)
another method is just put the file on the app zone / dmz (?) and create a com object to force the user to dl the file.
however, both of these method is not a good one. Any better alternative?

Thx in advance.


tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-06-18 : 13:22:08
You do not need to post your question in multiple forums.

[url]http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=27099[/url]

Tara
Go to Top of Page
   

- Advertisement -