By tag: HttpModule
0
kicks
How to use httpModules to troubleshoot your ASP.NET application
How to use httpModules to troubleshoot your ASP.NET application. Create a simple module and play around with this.
0
kicks
12/2007: Code that I've Blogged over the last 6 months
This is a collection of my blogs posts that include code from over the last 6 months. There's stuff ranging from a Windows Service monitor that runs in the system tray, to UrlRewriting/UrlMapping, to ASP.NET AJAX, to a JavaScript based Slideshow component, to adding iPhone style flick support to scr...
0
kicks
URL Rewriter for ASP.NET, IIS 7.0, or Mono
Managed Fusion Url Rewriter is a powerful URL manipulation engine based on the Apache mod_rewrite extention. It is designed specifically for ASP.NET and runs on Microsoft's Internet Information Server (IIS) and Mono XPS Server and is fully supported in IIS 7.0. Managed Fusion Url Rewriter gives you ...
0
kicks
Remove default HTTP modules in ASP.NET
Did you know ASP.NET runs a "PassportAuthentication" HTTP Module on every request? It does, and many more. Find out how to disable the ones you're not using.
0
kicks
Building an IIS7 HttpModule
A short talk on building an IIS7 HttpModule with VC# Express and using it with Visual Wed Developer running .NET 2.0.
0
kicks
Add variables to standard CSS stylesheets in ASP.NET
Great way to be more dynamic with your stylesheets. Allows for more flexible website layouts based on dyanmic information.
0
kicks
Highlighting search keywords the HttpModule way
Search Term Highlighter HttpModule for ASP.NET
0
kicks
An HttpModule that moves ViewState to the bottom of the Page
Techniques to move the ViewState to the bottom of the WebForm has been published many times before. What I wanted was adding the functionality to an HttpModule. The technique to move the ViewState is borrowed from Scott Hanselman while the HttpModule implementation is my own. As Scott writes, it is ...
0
kicks
An HTTP compression module in ASP.NET 2.0
The new System.IO.Compression namespace in .NET 2.0 makes it easy to implement HTTP compression without having to touch IIS. The best thing about it is that you no longer need any third party compression components, it’s all build directly into .NET Framework. There are different ways to implement t...
0
kicks
WebForm_PostBackOptions is Undefined - Check Your httpModules
The WebResource.axd handler is a powerful new addition to asp.net Framework... and it's also a cause of the "WebForm_PostBackOptions not defined" JavaScript error message. But the root cause may really be your httpModules. Read on for more.
0
kicks
Url Rewriting in ASP.NET (ScottGu)
People often ask me for guidance on how they can dynamically "re-write" URLs and/or have the ability to publish cleaner URL end-points within their ASP.NET web applications. This blog post summarizes a few approaches you can take to cleanly map or rewrite URLs with ASP.NET, and have the o...
0
kicks
Access browser information server-side
Exposes JavaScript variables to the C# code such as WindowHeight, ColorDepth or whatever JavaScript variable you can think of. Plug 'n play HttpModule - no code required.
0
kicks
HttpModule for query string encryption
Plug this simple HttpModule to your existing web application and all your query strings will automatically be encrypted without you have to change your code.
0
kicks
Block IP addresses from your website
When an IP address is blocked it stops the response and sends a “403 Forbidden” header.
0
kicks
ClientBlocker 1.5
Keyvan releases new version of his ClientBlocker HTTPModule which lets you to block or trust IPs and block visitors based on their countries using a free webservice.