1. ASP.NET Suppress Forms Authentication Redirect

    By:

    Module that prevents ASP.NET Forms Authentication to redirect the user to the login page. This is helpful for AJAX, JSON, and all other of non Web Representation (Views/Pages) type of requests.

  2. 51Degrees.mobi

    By:

    Detect mobile devices, adapt the server responses, or redirect to web pages designed for mobile devices. Request.Browser properties will be populated with data from 51Degrees.mobi Lite Device Data.

  3. Ministry.MultiHostRedirector

    By:

    A tool to allow redirection of multiple configured hosts for rank preservation. The Multi-Host Redirector will support multiple configuration types. Currently *.config XML configuration is the only configuration type supported.

  4. 51Degrees.mobi-WebMatrix

    By:

    Detect mobile devices, adapt the server responses, or redirect to web pages designed for mobile devices. Request.Browser properties will be populated with data from 51Degrees.mobi Lite Device Data.

  5. FubuMVC.References

    By:

    DEPRECATED -- redirects to FubuMVC.Core. Please use the FubuMVC.Core, FubuMVC.StructureMap/FubuMVC.AutoFac packages instead

  6. WorldDomination: Web Authentication

    By:

    Sometimes using DotNetOpenAuth, Service Stack and/or MS Web WebPages can just get a bit frustrating because they have to handle so many different scenario's - making it complex. This library tries to simplify that complexity down to two basic steps 1. Redirect to the 3rd party website to log in. 2. Come back to your site and with some user data f... More information

  7. WorldDomination: Nancy Web Authentication

    By:

    Sometimes using DotNetOpenAuth, Service Stack and/or can just get a bit frustrating because they have to handle so many different scenario's - making it complex. This library tries to simplify that complexity down to two basic steps 1. Redirect to the 3rd party website to log in. 2. Come back to your site and with some user data from the 3rd par... More information

  8. OAuth Support for WCF Web Api

    By:

    Authenticates service requests using Windows Identity Foundation and SimpleWebToken (wif.swf). Due to WebApi requirement for ASP.NET it also suppresses Forms Redirect by leveraging aspnet.suppressformsredirect Package.

  9. Magical Unicorn Mvc Error Toolkit

    By:

    There's a lot broken with the stock standard ASP.NET MVC error handling. It can't display cshtml (Razor) pages :( They 302 redirect to the html error page. There's too many places to wire up, to handle errors. Fear not! This package can save your day! Install it and then define your error pages in your web.config. That's more or less it :) The h... More information

  10. Membership Support for WCF Web Api

    By:

    Authenticates service requests using your Membership Provider. Due to WebApi requirement for ASP.NET it also suppresses Forms Redirect by leveraging aspnet.suppressformsredirect Package.

  11. RealEx.Payments

    By:

    A helper library for Realex Payments Realauth Redirect protocol.

  12. UrlHelper

    By:

    Example usage: Inside a view: @this.Urls().Tasks.Create() -> returns a Uri -> ToString() is called -> "/Tasks/Create" Inside a controller return this.Urls().Tasks.Index().ToRedirect(); -> returns a redirect result. More info can be found here. http://github.com/markkemper1/UrlHelper

    864 downloads

  13. DynamicProxy [Obsolete]

    By:

    Stub Package to redirect to the new package name [DynamicObjectProxy]

  14. AspNetHaack

    By:

    A collection of extensions to core ASP.NET including a way to suppress login page redirects caused by the forms authentication module

  15. Device Detection

    By:

    Allows simple, fast detection of mobile devices giving you what you need to know to redirect to a mobile or tablet site.

    291 downloads

  16. MvcFlash

    By:

    There are times where you would like to pass a message up to the view, but you aren’t sure where the redirects will end up last. That is where MvcFlash comes in. You push messages into MvcFlash and then call Flash() when you need the messages display. A super simple implementation that just works. Download the source, or go to the GitHub project pa... More information

  17. UrlHelper.Mvc4

    By:

    Example usage: Inside a view: @this.Urls().Tasks.Create() -> returns a Uri -> ToString() is called -> "/Tasks/Create" Inside a controller return this.Urls().Tasks.Index().ToRedirect(); -> returns a redirect result. More info can be found here. http://github.com/markkemper1/UrlHelper

    316 downloads

  18. ImageResizer.Plugins.CloudFront - Allows Amazon CloudFront to cache processed images

    By:

    Makes ImageResizer REST API accessible behind edge caching services like Amazon CloudFront. Adds support for a semicolon-based syntax, to bypass querystring-lopping. Example (standard): http://cf.server.com/image.jpg?width=100&height=100 Example (semicolon): http://cf.server.com/image.jpg;width=100;height=100 Provides (optional) automatic redir... More information

  19. nJupiter.WebTools

    By:

    Contains methods for easier management of query strings, accepted types, mime type objects and permanent redirects. Also contains Control Adapters for striping ugly content that ASP.NET is generating by default (for example unnecessary id-attributes), also contains a set o web controls that either is not represented in ASP.NET or that extend the fu... More information

    1,066 downloads