Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Feb 27, 2012
1 parent dd683ff commit 8162fd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,10 @@
Windows Azure CDN Helpers Windows Azure CDN Helpers
========================= =========================


## WARNING: PROJECT NO LONGER MAINTAINED
I am no longer maintaining this project as much of this funcationality is now included by default in ASP.NET MVC4 and Razor Web Pages 2. I would recommend using ASP.NET MVC4 or Razor 2 instead of this library going forward. See: http://asp.net/mvc

## Information
This is a project that helps you quickly utilize the Windows Azure CDN from your ASP.NET MVC website. These helpers will work on sites hosted on and off Windows Azure. This is a project that helps you quickly utilize the Windows Azure CDN from your ASP.NET MVC website. These helpers will work on sites hosted on and off Windows Azure.


These helpers provide you with an easy way to utilize the Windows Azure CDN to increase the performance of your web application. Utilizing these helpers should give you fairly significant decreases in load time of your site and will reduce the overall size of your website. When configuring these tools I would recommend testing your site with [YSlow](http://developer.yahoo.com/yslow/) or [Google Page Speed](http://code.google.com/speed/page-speed/) to determine which improvements are needed to speed up your site. Many of the recommended improvements will be automatic when using these helpers. These helpers provide you with an easy way to utilize the Windows Azure CDN to increase the performance of your web application. Utilizing these helpers should give you fairly significant decreases in load time of your site and will reduce the overall size of your website. When configuring these tools I would recommend testing your site with [YSlow](http://developer.yahoo.com/yslow/) or [Google Page Speed](http://code.google.com/speed/page-speed/) to determine which improvements are needed to speed up your site. Many of the recommended improvements will be automatic when using these helpers.
Expand Down

0 comments on commit 8162fd4

Please sign in to comment.