Show Bid Request
Securing files on IIS
Bid Request Id: 38264
|
|
|
Posted by: |
cantonarv (13 ratings)
(Software buyer rating 9.84)
|
Non-action Ratio: |
Below Average - 50.00%
|
Posted: |
Dec 4, 2002 10:37:44 AM EDT
|
Bidding Closes: |
Dec 14, 2002 10:42:04 AM EDT
|
Viewed (by coders): |
257 times
|
Deadline: |
12/18/2002 10:42:04 AM
TIME EXPIRED
|
|
|
|
Description:
We host a large quantity of videos on our IIS5 web server. They are basically accessed in the form http://xxx.xxx.xxx.xxx/media/videofile.wmv
We need a way to make sure that nobody can access this file via url. We only want to allow people to access it who are registered on our SQL database.
We own our server completely so anything can be done to it within limits.
We were thinking that a way of masking the url would be good as then nobody would know where the file is. We need for the file to be able to be watched by the media player 6 plug in.
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Complete ownership and distribution copyrights to all work purchased.
Platform:
Windows 2000 Server IIS5 IE5+
Must be 100% finished and received by buyer on:
Dec 18, 2002 10:42:04 AM EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
This bid was accepted by the buyer!
|
$100 (USD)
|
Dec 4, 2002 11:39:52 AM EDT
|
10
(Excellent)
|
|
|
Hello.
(Amount is something like 20$, but you set this bid us as 100$ at minimum)
This one is relatively easy to achieve.
- Make files not accessible directly via URL (move them away from IIS application space)
- Supply FileName as an argument to page (playmovie.asp?filename.wmv)
- Make sure that page checks if user is logged and if it is, to send data; otherwise to do nothing
Example for this is attached in file.
If you need any further assistance or complete coded solution please do not hesitate to contact me.
Regards,
Dejan
P.S. You should have installed MDAC 2.5+ on IIS machine in order to test this example.
|
|
Attached File
|
|
|
|
|