Click here to Skip to main content
15,919,749 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Masters,
excuse me because of the language,

I started to work on a little company, They wrote an Ecosystem, that contains some subsystems,
one of them is a system that handles operations like Delete, Upload, Download.
They called it Depot System. I have to work on Depot System and optimize it.

In Depot I have a DLL for Delete, Upload and Download that send request to my HTTTPHandlers like upload.ashx, delete.ashx, download.ashx with appropriate args on my Base Server, then check some credentials and if everything is OK, then send a request to my handlers on my Depot Server and for e.x. file has been uploaded.

Is this a good way?
if not what would be the best way to do that?

Your help is greatly appreciated.
Thanks.
Posted
Updated 8-Jul-13 21:51pm
v4

1 solution

Hi,


It's absolutely good method.

regards,
Raghu
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900