GeekArticles
Microsoft
ASP.NET
Microsoft
ASP.NETCreating HTTP Handler Factory for serving RSS and ATOM feeds
ASP.NET has its own set of file extensions such as .aspx, .ascx and .asmx. What if you want to create resources that have custom extensions? Http handlers allow you do just that. In this article we will create two custom extensions - .rss and .atom - that will be handled by two HTTP handlers. To simplify the configuration we will further create HTTP handler factory that decides which handler to invoke.
Sponsored Links
Related Topics
Subscribe via RSS
ASP.NET
- Enhancing Performance with Caching MCMS 2002
- patterns & practices: Threat Modeling Web Applications
- Cookieless ASP.NET
- Aspect.NET: Aspect-Oriented Programming for Microsoft.NET in Practice
- Ajax-Driven Web Sites: Under The Hood
- Asynchronous Web Services
- Implementing Tab Navigation with ASP.NET 2.0
- Using WSE 2.0 to Secure Enterprise Integration
- NetAdvantage 2005 Volume 1 Toolset for the Enterprise
- Master Pages in ASP.NET 2.0
