<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>MbCompression Work Item Rss Feed</title><link>http://www.codeplex.com/MbCompression/WorkItem/List.aspx</link><description>MbCompression Work Item Rss Description</description><item><title>Created Issue: 500 Internal Server Error in GET image [4863]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4863</link><description>hi there....&lt;br /&gt;&lt;br /&gt;after applying the compression everything is working fine......no broken css, or js and webresource is also getting compressed along with ASP.NEP pages but strangely all the dynamic images have dissapppered.........the rest of the images i.e in the App_themes folder, and images folder are getting loaded....but when getting a image dynamically&amp;#40; such as to show in a datalist&amp;#41; it gives error code 500...&lt;br /&gt;&lt;br /&gt;here is the error msg&lt;br /&gt;&lt;br /&gt;Configuration Error &lt;br /&gt;&lt;br /&gt;Description&amp;#58; An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. &lt;br /&gt;&lt;br /&gt;Parser Error Message&amp;#58; Could not load file or assembly &amp;#39;MbCompression&amp;#39; or one of its dependencies. The system cannot find the file specified. &amp;#40;C&amp;#58;&amp;#92;whb&amp;#92;Sites&amp;#92;18448&amp;#92;Web&amp;#92;web.config line 81&amp;#41;&lt;br /&gt;&lt;br /&gt;Source Error&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Line 79&amp;#58;       &amp;#60;add name&amp;#61;&amp;#34;ScriptModule&amp;#34; type&amp;#61;&amp;#34;System.Web.Handlers.ScriptModule, System.Web.Extensions, Version&amp;#61;3.5.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;31BF3856AD364E35&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;Line 80&amp;#58;       &amp;#60;&amp;#33;--&amp;#60;add name&amp;#61;&amp;#34;HttpCompressModule&amp;#34; type&amp;#61;&amp;#34;DC.Web.HttpCompress.HttpModule,DC.Web.HttpCompress&amp;#34;&amp;#47;&amp;#62;--&amp;#62;&lt;br /&gt;Line 81&amp;#58;       &amp;#60;add name&amp;#61;&amp;#34;WebResourceCompressionModule&amp;#34; type&amp;#61;&amp;#34;Miron.Web.MbCompression.WebResourceCompressionModule, MbCompression&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;Line 82&amp;#58;       &amp;#60;add name&amp;#61;&amp;#34;MbCompressionModule&amp;#34; type&amp;#61;&amp;#34;Miron.Web.MbCompression.MbCompressionModule, MbCompression&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;Line 83&amp;#58;     &amp;#60;&amp;#47;httpModules&amp;#62;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Source File&amp;#58; C&amp;#58;&amp;#92;whb&amp;#92;Sites&amp;#92;18448&amp;#92;Web&amp;#92;web.config    Line&amp;#58; 81 &lt;br /&gt;&lt;br /&gt;how do i solve this...........please it is urgent.......&lt;br /&gt;&lt;br /&gt;please take a look at the screenshot....it is from fiddler&lt;br /&gt;</description><author>pankajsingh5k</author><pubDate>Tue, 17 Nov 2009 13:39:01 GMT</pubDate><guid isPermaLink="false">Created Issue: 500 Internal Server Error in GET image [4863] 20091117013901P</guid></item><item><title>Commented Issue: error in generated css link,showing rel='stylesheet' at the top of page [4851]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4851</link><description>Hi guys,&lt;br /&gt;&lt;br /&gt;i am using autogenerate&amp;#61;&amp;#34;true&amp;#34; and it shows rel&amp;#61;&amp;#39;stylesheet&amp;#39; at the top of the page...meaning it is not forming the link and script tags correctly&lt;br /&gt;&lt;br /&gt;The code on my master page is&amp;#58;&lt;br /&gt;&lt;br /&gt; &amp;#60;link href&amp;#61;&amp;#34;forInterMediateCss.css&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;link href&amp;#61;&amp;#34;chat&amp;#47;chat.css&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; src&amp;#61;&amp;#34;jquery-1.3.1.min.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;refreshBuddyStatus.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;postChat.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;checkNewChat.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;json2.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;limg.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;chatWindow.js&amp;#34;&amp;#62; &amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;&lt;br /&gt;and the generated html is coming as follows&amp;#58;-&lt;br /&gt;&lt;br /&gt;&amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;jslib.axd&amp;#63;d&amp;#61;chatWindow.js&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#62; &amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;App_Themes&amp;#47;Wheels&amp;#47;css.axd&amp;#63;d&amp;#61;EditorStyle.css,tabs.css,Wheels.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;chat&amp;#47;css.axd&amp;#63;d&amp;#61;chat.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;css.axd&amp;#63;d&amp;#61;forInterMediateCss.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;jslib.axd&amp;#63;d&amp;#61;refreshBuddyStatus.js,postChat.js,checkNewChat.js,json2.js,limg.js&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; src&amp;#61;&amp;#34;jslib.axd&amp;#63;d&amp;#61;jquery-1.3.1.min.js&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;note the last part and it the cause of the error.&lt;br /&gt;&lt;br /&gt;i am using these settings&lt;br /&gt;&lt;br /&gt;&amp;#60;CompressorSettings compressCSS&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        compressJavaScript&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        compressPage&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        compressWebResource&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        minifyContent&amp;#61;&amp;#34;false&amp;#34;&lt;br /&gt;                        combineCSS&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        combineHeaderScripts&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        cachingStorage&amp;#61;&amp;#34;OutputCache&amp;#34;&lt;br /&gt;                        autoMode&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        scriptsVersion&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                        cssVersion&amp;#61;&amp;#34;1&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;excludePaths&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;DontCompressMe.aspx&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;States.aspx&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;City.aspx&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;forInterMediateCss.css&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;excludePaths&amp;#62;&lt;br /&gt;      &amp;#60;excludeFromMinifyPaths&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;style.css&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;excludeFromMinifyPaths&amp;#62;&lt;br /&gt;&lt;br /&gt;    &amp;#60;&amp;#47;CompressorSettings&amp;#62;&lt;br /&gt;&lt;br /&gt;i tried adding forIntermediate.css to excludePaths but still no luck..........it just some some other html at the top of page...&lt;br /&gt;&lt;br /&gt;please take a look at the scrrenshot for the problem&lt;br /&gt;&lt;br /&gt;Please tell as to how to fix this problem....&lt;br /&gt;&lt;br /&gt;thanking you...&lt;br /&gt;</description><author>pankajsingh5k</author><pubDate>Tue, 17 Nov 2009 10:12:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: error in generated css link,showing rel='stylesheet' at the top of page [4851] 20091117101220A</guid></item><item><title>Commented Issue: error in generated css link,showing rel='stylesheet' at the top of page [4851]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4851</link><description>Hi guys,&lt;br /&gt;&lt;br /&gt;i am using autogenerate&amp;#61;&amp;#34;true&amp;#34; and it shows rel&amp;#61;&amp;#39;stylesheet&amp;#39; at the top of the page...meaning it is not forming the link and script tags correctly&lt;br /&gt;&lt;br /&gt;The code on my master page is&amp;#58;&lt;br /&gt;&lt;br /&gt; &amp;#60;link href&amp;#61;&amp;#34;forInterMediateCss.css&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;link href&amp;#61;&amp;#34;chat&amp;#47;chat.css&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; src&amp;#61;&amp;#34;jquery-1.3.1.min.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;refreshBuddyStatus.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;postChat.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;checkNewChat.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;json2.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;limg.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;chatWindow.js&amp;#34;&amp;#62; &amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;&lt;br /&gt;and the generated html is coming as follows&amp;#58;-&lt;br /&gt;&lt;br /&gt;&amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;jslib.axd&amp;#63;d&amp;#61;chatWindow.js&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#62; &amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;App_Themes&amp;#47;Wheels&amp;#47;css.axd&amp;#63;d&amp;#61;EditorStyle.css,tabs.css,Wheels.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;chat&amp;#47;css.axd&amp;#63;d&amp;#61;chat.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;css.axd&amp;#63;d&amp;#61;forInterMediateCss.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;jslib.axd&amp;#63;d&amp;#61;refreshBuddyStatus.js,postChat.js,checkNewChat.js,json2.js,limg.js&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; src&amp;#61;&amp;#34;jslib.axd&amp;#63;d&amp;#61;jquery-1.3.1.min.js&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;note the last part and it the cause of the error.&lt;br /&gt;&lt;br /&gt;i am using these settings&lt;br /&gt;&lt;br /&gt;&amp;#60;CompressorSettings compressCSS&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        compressJavaScript&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        compressPage&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        compressWebResource&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        minifyContent&amp;#61;&amp;#34;false&amp;#34;&lt;br /&gt;                        combineCSS&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        combineHeaderScripts&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        cachingStorage&amp;#61;&amp;#34;OutputCache&amp;#34;&lt;br /&gt;                        autoMode&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        scriptsVersion&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                        cssVersion&amp;#61;&amp;#34;1&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;excludePaths&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;DontCompressMe.aspx&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;States.aspx&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;City.aspx&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;forInterMediateCss.css&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;excludePaths&amp;#62;&lt;br /&gt;      &amp;#60;excludeFromMinifyPaths&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;style.css&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;excludeFromMinifyPaths&amp;#62;&lt;br /&gt;&lt;br /&gt;    &amp;#60;&amp;#47;CompressorSettings&amp;#62;&lt;br /&gt;&lt;br /&gt;i tried adding forIntermediate.css to excludePaths but still no luck..........it just some some other html at the top of page...&lt;br /&gt;&lt;br /&gt;please take a look at the scrrenshot for the problem&lt;br /&gt;&lt;br /&gt;Please tell as to how to fix this problem....&lt;br /&gt;&lt;br /&gt;thanking you...&lt;br /&gt;</description><author>pankajsingh5k</author><pubDate>Tue, 17 Nov 2009 09:57:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: error in generated css link,showing rel='stylesheet' at the top of page [4851] 20091117095703A</guid></item><item><title>Created Issue: error in generated css link,showing rel='stylesheet' at the top of page [4851]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4851</link><description>Hi guys,&lt;br /&gt;&lt;br /&gt;i am using autogenerate&amp;#61;&amp;#34;true&amp;#34; and it shows rel&amp;#61;&amp;#39;stylesheet&amp;#39; at the top of the page...meaning it is not forming the link and script tags correctly&lt;br /&gt;&lt;br /&gt;The code on my master page is&amp;#58;&lt;br /&gt;&lt;br /&gt; &amp;#60;link href&amp;#61;&amp;#34;forInterMediateCss.css&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;link href&amp;#61;&amp;#34;chat&amp;#47;chat.css&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; src&amp;#61;&amp;#34;jquery-1.3.1.min.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;refreshBuddyStatus.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;postChat.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;checkNewChat.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;json2.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;limg.js&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;    &amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;chatWindow.js&amp;#34;&amp;#62; &amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;&lt;br /&gt;and the generated html is coming as follows&amp;#58;-&lt;br /&gt;&lt;br /&gt;&amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; language&amp;#61;&amp;#34;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;jslib.axd&amp;#63;d&amp;#61;chatWindow.js&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#62; &amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;App_Themes&amp;#47;Wheels&amp;#47;css.axd&amp;#63;d&amp;#61;EditorStyle.css,tabs.css,Wheels.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;chat&amp;#47;css.axd&amp;#63;d&amp;#61;chat.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;css.axd&amp;#63;d&amp;#61;forInterMediateCss.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; src&amp;#61;&amp;#34;chat&amp;#47;jslib.axd&amp;#63;d&amp;#61;refreshBuddyStatus.js,postChat.js,checkNewChat.js,json2.js,limg.js&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62;&amp;#60;script type&amp;#61;&amp;#34;text&amp;#47;javascript&amp;#34; src&amp;#61;&amp;#34;jslib.axd&amp;#63;d&amp;#61;jquery-1.3.1.min.js&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34;&amp;#62;&amp;#60;&amp;#47;script&amp;#62; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;note the last part and it the cause of the error.&lt;br /&gt;&lt;br /&gt;i am using these settings&lt;br /&gt;&lt;br /&gt;&amp;#60;CompressorSettings compressCSS&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        compressJavaScript&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        compressPage&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        compressWebResource&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        minifyContent&amp;#61;&amp;#34;false&amp;#34;&lt;br /&gt;                        combineCSS&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        combineHeaderScripts&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        cachingStorage&amp;#61;&amp;#34;OutputCache&amp;#34;&lt;br /&gt;                        autoMode&amp;#61;&amp;#34;true&amp;#34;&lt;br /&gt;                        scriptsVersion&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                        cssVersion&amp;#61;&amp;#34;1&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;excludePaths&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;DontCompressMe.aspx&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;States.aspx&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;City.aspx&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;forInterMediateCss.css&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;excludePaths&amp;#62;&lt;br /&gt;      &amp;#60;excludeFromMinifyPaths&amp;#62;&lt;br /&gt;        &amp;#60;add key&amp;#61;&amp;#34;&amp;#126;&amp;#47;style.css&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;      &amp;#60;&amp;#47;excludeFromMinifyPaths&amp;#62;&lt;br /&gt;&lt;br /&gt;    &amp;#60;&amp;#47;CompressorSettings&amp;#62;&lt;br /&gt;&lt;br /&gt;i tried adding forIntermediate.css to excludePaths but still no luck..........it just some some other html at the top of page...&lt;br /&gt;&lt;br /&gt;please take a look at the scrrenshot for the problem&lt;br /&gt;&lt;br /&gt;Please tell as to how to fix this problem....&lt;br /&gt;&lt;br /&gt;thanking you...&lt;br /&gt;</description><author>pankajsingh5k</author><pubDate>Tue, 17 Nov 2009 09:22:00 GMT</pubDate><guid isPermaLink="false">Created Issue: error in generated css link,showing rel='stylesheet' at the top of page [4851] 20091117092200A</guid></item><item><title>Commented Issue: ASP.NET MVC and MbCompression handlers [4699]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4699</link><description>If I do this in my ASP.NET MVC application&lt;br /&gt;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;Url.Content&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;This line is in a master page file in the root of the webapp. When it is run, it is run at this address &amp;#40;for instance&amp;#41;&amp;#58; http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47; or http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47;default&lt;br /&gt;&lt;br /&gt;Then with auto on the line gets converted to this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;&amp;#47;Content&amp;#47;styles&amp;#47;css.axd&amp;#63;d&amp;#61;default.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;An error is thrown or should I say 404 because of course css.axd does not exist at &amp;#47;Content&amp;#47;styles&amp;#47;.&lt;br /&gt;&lt;br /&gt;So in reality the handlers are working but this same problem with them &amp;#40;all of them&amp;#41; trying to get running at site subdirs is present.&lt;br /&gt;&lt;br /&gt;Any suggestions&amp;#63; Am I missing something in web.config or anywhere else&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;Comments: ** Comment from web user: markoh ** &lt;p&gt;&lt;br /&gt;A bit more details with regards to splitting up the URL to CSS or JS, this is what happens with your original code&amp;#58;&lt;br /&gt;Instead of making request to &lt;/p&gt;&lt;p&gt;&amp;#47;jslib.axd&amp;#63;d&amp;#61;&amp;#47;Content&amp;#47;scripts&amp;#47;jquery.js&lt;/p&gt;&lt;p&gt;it does that&lt;/p&gt;&lt;p&gt;&amp;#47;Content&amp;#47;scripts&amp;#47;jslib.axd&amp;#63;d&amp;#61;jquery.js&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><author>markoh</author><pubDate>Fri, 06 Nov 2009 13:13:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASP.NET MVC and MbCompression handlers [4699] 20091106011348P</guid></item><item><title>Commented Issue: ASP.NET MVC and MbCompression handlers [4699]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4699</link><description>If I do this in my ASP.NET MVC application&lt;br /&gt;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;Url.Content&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;This line is in a master page file in the root of the webapp. When it is run, it is run at this address &amp;#40;for instance&amp;#41;&amp;#58; http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47; or http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47;default&lt;br /&gt;&lt;br /&gt;Then with auto on the line gets converted to this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;&amp;#47;Content&amp;#47;styles&amp;#47;css.axd&amp;#63;d&amp;#61;default.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;An error is thrown or should I say 404 because of course css.axd does not exist at &amp;#47;Content&amp;#47;styles&amp;#47;.&lt;br /&gt;&lt;br /&gt;So in reality the handlers are working but this same problem with them &amp;#40;all of them&amp;#41; trying to get running at site subdirs is present.&lt;br /&gt;&lt;br /&gt;Any suggestions&amp;#63; Am I missing something in web.config or anywhere else&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;Comments: ** Comment from web user: markoh ** &lt;p&gt;Miron, no matter how I put it, the code in AutoModeFilterStream splits the path from its filename. I had to make changes to your code in various methods of this file.&lt;/p&gt;&lt;p&gt;Also please note that I have noticed something strange. When running my ASP.NET MVC site with your handlers in VS 2008 webserver &amp;#40;Cassini&amp;#41; everything works fine &amp;#40;now after making those changes to your files&amp;#41;. But if I run it inside IIS7 on Windows 7 RTM, it always steps out of this method &lt;/p&gt;&lt;p&gt;        void context_PreRequestHandlerExecute&amp;#40;object sender, EventArgs e&amp;#41;&lt;/p&gt;&lt;p&gt;at this line because CurrentHandler is never of type System.Web.UI.Page but of type MvcHandler&amp;#58;&lt;/p&gt;&lt;p&gt;            if &amp;#40;app.Context.CurrentHandler is System.Web.UI.Page &amp;#38;&amp;#38; app.Context.Response &amp;#33;&amp;#61; null&amp;#41;&lt;/p&gt;&lt;p&gt;Am I the only one having this problems&amp;#63; Did you check it out already on both Cassini and IIS7&amp;#63;&lt;/p&gt;</description><author>markoh</author><pubDate>Fri, 06 Nov 2009 13:10:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASP.NET MVC and MbCompression handlers [4699] 20091106011048P</guid></item><item><title>Commented Issue: ASP.NET MVC and MbCompression handlers [4699]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4699</link><description>If I do this in my ASP.NET MVC application&lt;br /&gt;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;Url.Content&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;This line is in a master page file in the root of the webapp. When it is run, it is run at this address &amp;#40;for instance&amp;#41;&amp;#58; http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47; or http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47;default&lt;br /&gt;&lt;br /&gt;Then with auto on the line gets converted to this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;&amp;#47;Content&amp;#47;styles&amp;#47;css.axd&amp;#63;d&amp;#61;default.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;An error is thrown or should I say 404 because of course css.axd does not exist at &amp;#47;Content&amp;#47;styles&amp;#47;.&lt;br /&gt;&lt;br /&gt;So in reality the handlers are working but this same problem with them &amp;#40;all of them&amp;#41; trying to get running at site subdirs is present.&lt;br /&gt;&lt;br /&gt;Any suggestions&amp;#63; Am I missing something in web.config or anywhere else&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;Comments: ** Comment from web user: Miron ** &lt;p&gt;Sorry for the duplicates answers&lt;/p&gt;</description><author>Miron</author><pubDate>Fri, 06 Nov 2009 11:06:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASP.NET MVC and MbCompression handlers [4699] 20091106110610A</guid></item><item><title>Commented Issue: ASP.NET MVC and MbCompression handlers [4699]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4699</link><description>If I do this in my ASP.NET MVC application&lt;br /&gt;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;Url.Content&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;This line is in a master page file in the root of the webapp. When it is run, it is run at this address &amp;#40;for instance&amp;#41;&amp;#58; http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47; or http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47;default&lt;br /&gt;&lt;br /&gt;Then with auto on the line gets converted to this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;&amp;#47;Content&amp;#47;styles&amp;#47;css.axd&amp;#63;d&amp;#61;default.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;An error is thrown or should I say 404 because of course css.axd does not exist at &amp;#47;Content&amp;#47;styles&amp;#47;.&lt;br /&gt;&lt;br /&gt;So in reality the handlers are working but this same problem with them &amp;#40;all of them&amp;#41; trying to get running at site subdirs is present.&lt;br /&gt;&lt;br /&gt;Any suggestions&amp;#63; Am I missing something in web.config or anywhere else&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;Comments: ** Comment from web user: Miron ** &lt;p&gt;Of course that css.axd does not exist. It is an handler and not a physical file.&lt;br /&gt;Try using&amp;#58;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;ResolveClientUrl&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;or&amp;#58;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;VirtualPathUtility.MakeRelative&amp;#40;&amp;#34;&amp;#126;&amp;#47;&amp;#34;,&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;or just put directly the following line instead&amp;#58;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;Content&amp;#47;styles&amp;#47;default.css&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;They all should work.&lt;br /&gt;&lt;/p&gt;</description><author>Miron</author><pubDate>Fri, 06 Nov 2009 11:05:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASP.NET MVC and MbCompression handlers [4699] 20091106110504A</guid></item><item><title>Commented Issue: ASP.NET MVC and MbCompression handlers [4699]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4699</link><description>If I do this in my ASP.NET MVC application&lt;br /&gt;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;Url.Content&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;This line is in a master page file in the root of the webapp. When it is run, it is run at this address &amp;#40;for instance&amp;#41;&amp;#58; http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47; or http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47;default&lt;br /&gt;&lt;br /&gt;Then with auto on the line gets converted to this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;&amp;#47;Content&amp;#47;styles&amp;#47;css.axd&amp;#63;d&amp;#61;default.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;An error is thrown or should I say 404 because of course css.axd does not exist at &amp;#47;Content&amp;#47;styles&amp;#47;.&lt;br /&gt;&lt;br /&gt;So in reality the handlers are working but this same problem with them &amp;#40;all of them&amp;#41; trying to get running at site subdirs is present.&lt;br /&gt;&lt;br /&gt;Any suggestions&amp;#63; Am I missing something in web.config or anywhere else&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;Comments: ** Comment from web user: Miron ** &lt;p&gt;Of course that css.axd does not exist. It is an handler and not a physical file.&lt;br /&gt;Try using&amp;#58;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;ResolveClientUrl&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;or&amp;#58;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;VirtualPathUtility.MakeRelative&amp;#40;&amp;#34;&amp;#126;&amp;#47;&amp;#34;,&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;or just put directly the following line instead&amp;#58;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;Content&amp;#47;styles&amp;#47;default.css&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;They all should work.&lt;br /&gt;&lt;/p&gt;</description><author>Miron</author><pubDate>Fri, 06 Nov 2009 11:05:02 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASP.NET MVC and MbCompression handlers [4699] 20091106110502A</guid></item><item><title>Commented Issue: ASP.NET MVC and MbCompression handlers [4699]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4699</link><description>If I do this in my ASP.NET MVC application&lt;br /&gt;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;Url.Content&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;This line is in a master page file in the root of the webapp. When it is run, it is run at this address &amp;#40;for instance&amp;#41;&amp;#58; http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47; or http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47;default&lt;br /&gt;&lt;br /&gt;Then with auto on the line gets converted to this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;&amp;#47;Content&amp;#47;styles&amp;#47;css.axd&amp;#63;d&amp;#61;default.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;An error is thrown or should I say 404 because of course css.axd does not exist at &amp;#47;Content&amp;#47;styles&amp;#47;.&lt;br /&gt;&lt;br /&gt;So in reality the handlers are working but this same problem with them &amp;#40;all of them&amp;#41; trying to get running at site subdirs is present.&lt;br /&gt;&lt;br /&gt;Any suggestions&amp;#63; Am I missing something in web.config or anywhere else&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;Comments: ** Comment from web user: Miron ** &lt;p&gt;Of course that css.axd does not exist. It is an handler and not a physical file.&lt;br /&gt;Try using&amp;#58;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;ResolveClientUrl&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;or&amp;#58;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;VirtualPathUtility.MakeRelative&amp;#40;&amp;#34;&amp;#126;&amp;#47;&amp;#34;,&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;or just put directly the following line instead&amp;#58;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;Content&amp;#47;styles&amp;#47;default.css&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;They all should work.&lt;br /&gt;&lt;/p&gt;</description><author>Miron</author><pubDate>Fri, 06 Nov 2009 11:04:59 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASP.NET MVC and MbCompression handlers [4699] 20091106110459A</guid></item><item><title>Commented Issue: ASP.NET MVC and MbCompression handlers [4699]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4699</link><description>If I do this in my ASP.NET MVC application&lt;br /&gt;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;Url.Content&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;This line is in a master page file in the root of the webapp. When it is run, it is run at this address &amp;#40;for instance&amp;#41;&amp;#58; http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47; or http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47;default&lt;br /&gt;&lt;br /&gt;Then with auto on the line gets converted to this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;&amp;#47;Content&amp;#47;styles&amp;#47;css.axd&amp;#63;d&amp;#61;default.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;An error is thrown or should I say 404 because of course css.axd does not exist at &amp;#47;Content&amp;#47;styles&amp;#47;.&lt;br /&gt;&lt;br /&gt;So in reality the handlers are working but this same problem with them &amp;#40;all of them&amp;#41; trying to get running at site subdirs is present.&lt;br /&gt;&lt;br /&gt;Any suggestions&amp;#63; Am I missing something in web.config or anywhere else&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;Comments: ** Comment from web user: markoh ** &lt;p&gt;Apparently this happens because of this template in AutoModeFilterStream.cs&amp;#58;&lt;/p&gt;&lt;p&gt;        private const string CSS_TEMPLATE &amp;#61; &amp;#34;&amp;#60;link type&amp;#61;&amp;#92;&amp;#34;text&amp;#47;css&amp;#92;&amp;#34; href&amp;#61;&amp;#92;&amp;#34;&amp;#123;0&amp;#125;css.axd&amp;#63;d&amp;#61;&amp;#123;1&amp;#125;&amp;#92;&amp;#34; rel&amp;#61;&amp;#92;&amp;#34;stylesheet&amp;#92;&amp;#34; &amp;#47;&amp;#62;&amp;#34;&amp;#59;&lt;/p&gt;&lt;p&gt;In RemoveCss&amp;#40;&amp;#41; method CSS lines get removed from the source HTML and get rewritten by the filter. The subdirectory part gets split from its JS file counterpart. For instance &amp;#47;Content&amp;#47;Styles&amp;#47;default.css gets split on the last forward slash. &amp;#34;&amp;#47;Content&amp;#47;Styles&amp;#47;&amp;#34; is then used as a identifier.&lt;/p&gt;&lt;p&gt;I am not sure if this is the best way to do it. For now I will go with the changed template. I hope this will work.&lt;/p&gt;&lt;p&gt;        private const string CSS_TEMPLATE &amp;#61; &amp;#34;&amp;#60;link type&amp;#61;&amp;#92;&amp;#34;text&amp;#47;css&amp;#92;&amp;#34; href&amp;#61;&amp;#92;&amp;#34;css.axd&amp;#63;d&amp;#61;&amp;#123;0&amp;#125;&amp;#123;1&amp;#125;&amp;#92;&amp;#34; rel&amp;#61;&amp;#92;&amp;#34;stylesheet&amp;#92;&amp;#34; &amp;#47;&amp;#62;&amp;#34;&amp;#59;&lt;/p&gt;&lt;p&gt;But for the future, will you Miron take a look at this and correct it&amp;#63;&lt;/p&gt;</description><author>markoh</author><pubDate>Tue, 03 Nov 2009 09:01:56 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASP.NET MVC and MbCompression handlers [4699] 20091103090156A</guid></item><item><title>Commented Issue: ASP.NET MVC and MbCompression handlers [4699]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4699</link><description>If I do this in my ASP.NET MVC application&lt;br /&gt;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;Url.Content&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;This line is in a master page file in the root of the webapp. When it is run, it is run at this address &amp;#40;for instance&amp;#41;&amp;#58; http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47; or http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47;default&lt;br /&gt;&lt;br /&gt;Then with auto on the line gets converted to this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;&amp;#47;Content&amp;#47;styles&amp;#47;css.axd&amp;#63;d&amp;#61;default.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;An error is thrown or should I say 404 because of course css.axd does not exist at &amp;#47;Content&amp;#47;styles&amp;#47;.&lt;br /&gt;&lt;br /&gt;So in reality the handlers are working but this same problem with them &amp;#40;all of them&amp;#41; trying to get running at site subdirs is present.&lt;br /&gt;&lt;br /&gt;Any suggestions&amp;#63; Am I missing something in web.config or anywhere else&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;Comments: ** Comment from web user: markoh ** &lt;p&gt;Oh, another thing. The only way it does work is if I manually add hostname to the href or src attributes.&lt;br /&gt;So it does work if it like this&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#60;link href&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#47;MyApp&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;/p&gt;&lt;p&gt;However, I do need Url.Content HtmlHelper in there because it helps resolve the whole virtual path correctly.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>markoh</author><pubDate>Mon, 02 Nov 2009 15:23:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASP.NET MVC and MbCompression handlers [4699] 20091102032304P</guid></item><item><title>Created Issue: ASP.NET MVC and MbCompression handlers [4699]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4699</link><description>If I do this in my ASP.NET MVC application&lt;br /&gt;&lt;br /&gt;&amp;#60;link href&amp;#61;&amp;#34;&amp;#60;&amp;#37;&amp;#61;Url.Content&amp;#40;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;styles&amp;#47;default.css&amp;#34;&amp;#41; &amp;#37;&amp;#62;&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;This line is in a master page file in the root of the webapp. When it is run, it is run at this address &amp;#40;for instance&amp;#41;&amp;#58; http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47; or http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;54343&amp;#47;default&lt;br /&gt;&lt;br /&gt;Then with auto on the line gets converted to this&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;link type&amp;#61;&amp;#34;text&amp;#47;css&amp;#34; href&amp;#61;&amp;#34;&amp;#47;Content&amp;#47;styles&amp;#47;css.axd&amp;#63;d&amp;#61;default.css&amp;#38;amp&amp;#59;v&amp;#61;1&amp;#34; rel&amp;#61;&amp;#34;stylesheet&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;An error is thrown or should I say 404 because of course css.axd does not exist at &amp;#47;Content&amp;#47;styles&amp;#47;.&lt;br /&gt;&lt;br /&gt;So in reality the handlers are working but this same problem with them &amp;#40;all of them&amp;#41; trying to get running at site subdirs is present.&lt;br /&gt;&lt;br /&gt;Any suggestions&amp;#63; Am I missing something in web.config or anywhere else&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;</description><author>markoh</author><pubDate>Mon, 02 Nov 2009 15:18:48 GMT</pubDate><guid isPermaLink="false">Created Issue: ASP.NET MVC and MbCompression handlers [4699] 20091102031848P</guid></item><item><title>Created Issue: UTF8 characters are corrupted if FileSystem mode is enabled [4342]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4342</link><description>Hello Miron,&lt;br /&gt;&lt;br /&gt;One more issue. I&amp;#39;ve attached the test project.&lt;br /&gt;&lt;br /&gt;If you open jslib.axd&amp;#63;d&amp;#61;test.js you&amp;#39;ll see that Russian characters are shown correctly.&lt;br /&gt;Still, if you change cachingStorage from OutputCache to FileSystem and run the same again - you&amp;#39;ll see they are corrupted.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve double-checked, the file that is created in ReferenceCache directory is correct.&lt;br /&gt;&lt;br /&gt;Please advise.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Alexei.&lt;br /&gt;</description><author>lekrus</author><pubDate>Sun, 27 Sep 2009 11:57:02 GMT</pubDate><guid isPermaLink="false">Created Issue: UTF8 characters are corrupted if FileSystem mode is enabled [4342] 20090927115702A</guid></item><item><title>Closed Issue: Problem with swfobject [3149]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=3149</link><description>If you turn on the minify and compress options with Javascript then you will can not use swfobject.js &amp;#40;2.1&amp;#41; to dynamic loading flash in IE.&lt;br /&gt;Comments: &lt;p&gt;Fixed&lt;/p&gt;</description><author>Miron</author><pubDate>Wed, 23 Sep 2009 18:42:56 GMT</pubDate><guid isPermaLink="false">Closed Issue: Problem with swfobject [3149] 20090923064256P</guid></item><item><title>Closed Issue: Js minifying error with conditional compilation statement [2800]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=2800</link><description>Custom compilation statements are erronously removed from js files when minifyContent is activated. Problem is that all comments are removed by minifier and conditional compilation is declared between comment tags &amp;#40;with this instruction &amp;#58; &amp;#47;&amp;#42;&amp;#64;cc_on&amp;#42;&amp;#47;&amp;#41; as you can see here on msdn &amp;#58; http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;fr-fr&amp;#47;library&amp;#47;eb0w91wa.aspx&lt;br /&gt;&lt;br /&gt;Because of this bug, files like swfobject &amp;#40;used to autoactivate swf files in ie, found here &amp;#58; http&amp;#58;&amp;#47;&amp;#47;code.google.com&amp;#47;p&amp;#47;swfobject&amp;#47;&amp;#41; don&amp;#39;t work anymore.&lt;br /&gt;&lt;br /&gt;As a temporary workaround, I wanted to add my &amp;#34;&amp;#47;js&amp;#47;swfobjet.js&amp;#34; to excludePath in web.config but it seems that excludepath prevents only compression and not minification.&lt;br /&gt;Comments: &lt;p&gt;fixed.&lt;br /&gt;Also, specific problematic js files can be exclude from been minify&lt;/p&gt;</description><author>Miron</author><pubDate>Wed, 23 Sep 2009 18:38:28 GMT</pubDate><guid isPermaLink="false">Closed Issue: Js minifying error with conditional compilation statement [2800] 20090923063828P</guid></item><item><title>Commented Issue: Problem with swfobject [3149]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=3149</link><description>If you turn on the minify and compress options with Javascript then you will can not use swfobject.js &amp;#40;2.1&amp;#41; to dynamic loading flash in IE.&lt;br /&gt;Comments: ** Comment from web user: Miron ** &lt;p&gt;The latest version support excluding specified css &amp;#47; js files from been minify&lt;/p&gt;</description><author>Miron</author><pubDate>Wed, 23 Sep 2009 18:37:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: Problem with swfobject [3149] 20090923063701P</guid></item><item><title>Closed Issue: Export to Excel doesn't work in IIS7 - Content is compressed [3910]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=3910</link><description>Hi there,&lt;br /&gt;&lt;br /&gt;I have been trying to export to excel and found that your quickstart has problems with IIS7&lt;br /&gt;&lt;br /&gt;If I choose &amp;#34;Do Export to Excel&amp;#34; button you will see that when it does export it actually exports not only the data you want but also the requesting page.&lt;br /&gt;If I choose &amp;#34;Do Export to Excel with Response.End&amp;#40;&amp;#41;&amp;#34; when it does export the content is gzipped with funny characters&lt;br /&gt;&lt;br /&gt;If I run the quickstart using the localhost asp.net built in server then there are no problems&lt;br /&gt;&lt;br /&gt;What can be done about this problem&amp;#63;&lt;br /&gt;&lt;br /&gt;Regards DotnetShadow&lt;br /&gt;Comments: &lt;p&gt;Fixed&lt;/p&gt;</description><author>Miron</author><pubDate>Tue, 22 Sep 2009 17:35:28 GMT</pubDate><guid isPermaLink="false">Closed Issue: Export to Excel doesn't work in IIS7 - Content is compressed [3910] 20090922053528P</guid></item><item><title>Commented Issue: Errors on using external urls in CSS for background images [4286]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4286</link><description>I get errors in css rendering, when I&amp;#39;m using external urls in CSS for background image.&lt;br /&gt;&lt;br /&gt;Step to reproduce&amp;#58;&lt;br /&gt;1&amp;#41; foo&amp;#123;background-image&amp;#58;url&amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.example.com&amp;#47;img&amp;#47;test.gif&amp;#41;&amp;#125;&lt;br /&gt;2&amp;#41; set minifyContent in web.config to true&lt;br /&gt;&lt;br /&gt;Workaround&amp;#58;&lt;br /&gt;set minifyContent in web.config to false&lt;br /&gt;Comments: ** Comment from web user: Miron ** &lt;p&gt;Just change foo&amp;#123;background-image&amp;#58;url&amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.example.com&amp;#47;img&amp;#47;test.gif&amp;#41;&amp;#125;&lt;br /&gt;into&amp;#58;&lt;br /&gt;foo&amp;#123;background-image&amp;#58;url&amp;#40;&amp;#39;http&amp;#58;&amp;#47;&amp;#47;www.example.com&amp;#47;img&amp;#47;test.gif&amp;#39;&amp;#41;&amp;#125;&lt;br /&gt;and it all works fine.&lt;/p&gt;</description><author>Miron</author><pubDate>Tue, 22 Sep 2009 17:34:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: Errors on using external urls in CSS for background images [4286] 20090922053416P</guid></item><item><title>Created Issue: Errors on using external urls in CSS for background images [4286]</title><link>http://mbcompression.codeplex.com/WorkItem/View.aspx?WorkItemId=4286</link><description>I get errors in css rendering, when I&amp;#39;m using external urls in CSS for background image.&lt;br /&gt;&lt;br /&gt;Step to reproduce&amp;#58;&lt;br /&gt;1&amp;#41; foo&amp;#123;background-image&amp;#58;url&amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.example.com&amp;#47;img&amp;#47;test.gif&amp;#41;&amp;#125;&lt;br /&gt;2&amp;#41; set minifyContent in web.config to true&lt;br /&gt;&lt;br /&gt;Workaround&amp;#58;&lt;br /&gt;set minifyContent in web.config to false&lt;br /&gt;</description><author>jazzylicious</author><pubDate>Mon, 21 Sep 2009 17:05:33 GMT</pubDate><guid isPermaLink="false">Created Issue: Errors on using external urls in CSS for background images [4286] 20090921050533P</guid></item></channel></rss>