简体   繁体   English

有用的ASP.NET模块?

[英]Useful ASP.NET modules?

I recently discovered ELMAH as a drop-in module for error logging for ASP.NET and am now wondering: what other killer modules do I not know about? 我最近发现ELMAH是用于ASP.NET错误日志记录的插件模块,我现在想知道:还有哪些杀手模块我不知道? What's your favourite/indispensible ASP.NET module/handler/whatever? 什么是你最喜欢/不可或缺的ASP.NET模块/处理程序/什么? (I work in ASP.NET 2.0 so please specify version compatibility!) (我在ASP.NET 2.0中工作,所以请指定版本兼容性!)

There's a good selection of modules at: http://www.iis.net/downloads (mostly IIS7 modules) 有很多模块可供选择: http ://www.iis.net/downloads(主要是IIS7模块)

My favourite is probably the streaming module that limits bandwidth after an intial burst of data, optimizing the transfer of progressive downloads: http://www.iis.net/media . 我最喜欢的是流媒体模块,它可以在初始数据爆发后限制带宽,优化渐进式下载的传输: http//www.iis.net/media

As for IIS6, SAFileup was useful for allowing large file transfers by chunking files to disk rather than loading the data into memory (ISAPI Plugin + .net Module). 对于IIS6,SAFileup对于通过将文件分块到磁盘而不是将数据加载到内存(ISAPI插件+ .net模块)来允许大文件传输非常有用。 This is a commercial product however and I think they're may be some free or cheaper alternatives now days. 然而,这是一种商业产品,我认为它们现在可能是一些免费或更便宜的替代品。

There's also several dynamic image resizing modules that are extremely useful. 还有几个非常有用的动态图像大小调整模块。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM