本文介绍了使用HTTPHandlers,哪个解决方案?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨大师,

对不起,因为语言,



我开始在一家小公司工作,他们写了一个生态系统,它包含一些子系统,

其中一个是处理删除,上传,下载等操作的系统。

他们称之为Depot System。我必须在Depot系统上工作并对其进行优化。



在Depot我有一个用于删除,上传和下载的DLL,它发送请求到我的HTTTPHandlers,如upload.ashx, delete.ashx,download.ashx在我的基本服务器上使用适当的args,然后检查一些凭据,如果一切正常,则向我的Depot Server上的处理程序发送请求文件已经上传。



这是一个好方法吗?

如果不是最好的方法是什么?



非常感谢您的帮助。

谢谢。

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.

推荐答案


这篇关于使用HTTPHandlers,哪个解决方案?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-05 15:34