Faves for this Web page
- SharpSmith - Jul 01 2008 | free, iis, url, tools
RF is a small, cheap, easy to use, URL rewriting ISAPI filter that combines a good price (free!) with good features. It is reasonably fast, and reasonably powerful. You can get the source code to inspect it or modify it yourself if you desire. If you use IIS, you can download IIRF and get started right now. Or, Visit the IIRF Forums to ask a question.
ISAPI Filter for URL re-writing for IIS 6 (IIS 7 can use the HttpModule approach w/o IIS re-configuration).
- SharpSmith - Mar 15 2007 | asp.net, iis, urlrewrites
Interested in a FREE URL Rewriter for IIS? Do you wish IIS had a mod_rewrite? Check out IIRF.
- scottw - Jan 16 2007 | asp.net, isapi filter, seo
Quoted: IRF is a small, cheap, easy to use, URL rewriting ISAPI filter that combines a good price (free!) with good features. It is reasonably fast, and reasonably powerful. You can get the source code to inspect it or modify it yourself if you desire
ISAPI mod_rewrite
- jbouy - May 11 2006 | software, opensource, free, online, imported:del.icio.us
IIS, like Apache's HTTP server, has an extension mechanism: it is called the ISAPI filter. There are commercial ISAPI filters that endow IIS with the ability to re-write URLs. This is my own, small, URL rewriting ISAPI filter.
- martinschanzeneu - Oct 19 2007 | IIRF
- reddot - Nov 29 2006 | IIS, ISAPI, rewrite, mod_rewrite, windows, opensource, webserver, imported:del.icio.us
Add a Fave for this Web page
- What happens when I press Publish?
- Your Fave for this Web page gets shared with the Faves community. You can access it at any time by selecting "My Faves" from the menu above.
- Why do you ask for my email address?
- We use your email address to create an account, so you can easily find your Fave again at a later time.
Related Content from Around Faves
asp.net
-
Here is an MSDN article on the ASP.NET MVC framework from March.
1 FaverViewed: 3 TimesQuoted: ... a controller can be instantiated directly, and action methods called, without any additional infrastructure. You don't need an HTTP context, and you don't need a server, just a test harness.
...
the ASP.NET MVC Framework offers Web developers a new way to build Web applications in the Microsoft .NET Framework. The Framework is designed for testability, embraces HTTP instead of trying to abstract it away, and is extensible at just about every point. - jubith - Dec 07 20071 FaverViewed: 10 Times
- SharpSmith - Jul 15 20081 FaverViewed: 15 Times
comet
-
1 FaverViewed: 6 TimesQuoted: nComet is a .NET implementation of the Comet (reverse-AJAX push) architecture. This server-side pipeline uses long-lived client-initiated HTTP connections to push messages to the client. Once the client receives a response, it immediately opens another HTTP request, which the server holds until a message is ready. This architecture allows the server to push dynamic html/xml/json/etc to the browser, rather than the browser polling the server. This project focuses on the .NET server-side architecture, initially providing a HttpListener implementation (for a custom host communicating with HTTP.SYS directly) and may eventually provide a ASP.NET implementation as well. The library will simplify the implementation of common message patterns such as pushing latest data as well as sync. Example code for multiple client-side javascript implementations will also be provided.
- imsut - Sep 10 20072 FaversViewed: 12 Times
- dot - Mar 18 20072 FaversViewed: 5 Times
