Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 SQL Server 获取图像作为字节 [],并将其加载到 WebControl.Image。我发现的唯一看似好的方法是实现 IHttpHandler 并相应地处理请求。
但我坚持使用 asp.net 1.1。它支持ashx文件吗?
.NET 4、3.5、3.0、2.0、1.1、1.0 支持IHttpHandler接口。