|
8 | 8 | <rule name="Compress all text-based files">
|
9 | 9 | <link url="http://www.iis.net/configreference/system.webserver/urlcompression">Enable compression in web.config</link>
|
10 | 10 | <link url="http://www.codeproject.com/Articles/18607/HTTP-Compression-Module">Custom HTTP module</link>
|
11 |
| - <link url="http://madskristensen.net/post/Fix-for-uncompressed-JS-files.aspx">Fix for uncompressed JS files</link> |
| 11 | + <link url="http://madskristensen.net/post/fix-for-uncompressed-js-files">Fix for uncompressed JS files</link> |
12 | 12 | </rule>
|
13 | 13 | <rule name="Run in Release Mode">
|
14 | 14 | <link url="http://weblogs.asp.net/scottgu/archive/2006/04/11/Don_1920_t-run-production-ASP.NET-Applications-with-debug_3D001D20_true_1D20_-enabled.aspx">Release Mode and Retail switch</link>
|
|
47 | 47 | <link url="http://vswebessentials.com/">Web Essentials for VS2012</link>
|
48 | 48 | </rule>
|
49 | 49 | <rule name="Minify HTML">
|
50 |
| - <link url="http://madskristensen.net/post/Remove-whitespace-safely-at-runtime.aspx">Remove whitespace in WebForms</link> |
51 |
| - <link url="http://cestdumeleze.net/blog/2011/minifying-the-html-with-asp-net-mvc-and-razor/">Remove whitespace in Razor</link> |
| 50 | + <link url="http://madskristensen.net/post/remove-whitespace-safely-at-runtime">Remove whitespace in WebForms</link> |
52 | 51 | </rule>
|
53 | 52 | </category>
|
54 | 53 |
|
55 | 54 | <category name="Expiration">
|
56 | 55 | <rule name="Use long expiration dates">
|
57 |
| - <link url="http://madskristensen.net/post/Performance-tuning-tricks-for-ASPNET-and-IIS-7-part-1.aspx">Set expiration in web.config</link> |
| 56 | + <link url="http://madskristensen.net/post/performance-tuning-tricks-for-aspnet-and-iis-7-part-1">Set expiration in web.config</link> |
58 | 57 | <link url="http://msdn.microsoft.com/en-us/library/y18he7cw(v=VS.100).aspx">Set expiration programmatically</link>
|
59 | 58 | </rule>
|
60 | 59 | <rule name="Fingerprint resources">
|
61 |
| - <link url="http://madskristensen.net/post/Cache-busting-in-ASPNET.aspx">Cache busting in ASP.NET</link> |
| 60 | + <link url="http://madskristensen.net/post/cache-busting-in-aspnet">Cache busting in ASP.NET</link> |
62 | 61 | </rule>
|
63 | 62 | </category>
|
64 | 63 |
|
65 | 64 | <category name="Optimize responses">
|
66 | 65 | <rule name="Conditional GETs">
|
67 | 66 | <link url="http://optimizeasp.net/conditional-get">Conditional GET explained</link>
|
68 |
| - <link url="http://madskristensen.net/post/Use-If-Modified-Since-header-in-ASPNET.aspx">Use Last-Modified in ASP.NET WebForms</link> |
69 |
| - <link url="http://madskristensen.net/post/The-WebOptimizer-class.aspx">The WebOptimizer C# class</link> |
| 67 | + <link url="http://madskristensen.net/post/use-if-modified-since-header-in-aspnet">Use Last-Modified in ASP.NET WebForms</link> |
| 68 | + <link url="http://madskristensen.net/post/the-weboptimizer-class">The WebOptimizer C# class</link> |
70 | 69 | </rule>
|
71 | 70 | </category>
|
72 | 71 |
|
|
76 | 75 | <link url="http://pnggauntlet.com/">PNGGauntlet application</link>
|
77 | 76 | </rule>
|
78 | 77 | <rule name="Inline small images">
|
79 |
| - <link url="http://madskristensen.net/post/Embed-images-in-stylesheets.aspx">Video: How to embed images</link> |
| 78 | + <link url="http://madskristensen.net/post/embed-images-in-stylesheets">Video: How to embed images</link> |
80 | 79 | <link url="http://webcodertools.com/imagetobase64converter/">Online base64 converter</link>
|
81 | 80 | <link url="http://vswebessentials.com/">Web Essentials for VS2012</link>
|
82 | 81 | </rule>
|
|
94 | 93 | </rule>
|
95 | 94 | <rule name="Remove 'X-Powered-By'" />
|
96 | 95 | <rule name="Remove 'X-AspNet-Version'">
|
97 |
| - <link url="http://madskristensen.net/post/Remove-the-X-AspNet-Version-header.aspx">Remove the X-AspNet-Version header</link> |
| 96 | + <link url="http://madskristensen.net/post/remove-the-x-aspnet-version-header">Remove the X-AspNet-Version header</link> |
98 | 97 | </rule>
|
99 | 98 | <rule name="Remove 'X-AspNetMvc-Version'" optional="true" />
|
100 | 99 | <rule name="Remove 'X-AspNetWebPages-Version'" optional="true" />
|
|
0 commit comments