Questions tagged [combres]

.NET library which enables minification, compression, combination, and caching of JavaScript and CSS resources for ASP.NET and ASP.NET MVC web applications. Simply put, it helps your applications rank better with YSlow and PageSpeed.

Many web developers are probably aware of various website optimization techniques described in this Yahoo Developer Network article and/or Steve Souders' book. Most of these techniques are very simple, yet bring about huge difference to the downloading time of most web pages. As simple as they are, applying some of these rules again and again in all .NET web applications can easily become a tedious task. Combres automates many steps that you would have to do yourself when applying many optimization techniques in your ASP.NET MVC and Web Form applications.

40 questions
1
vote
1 answer

How to integrate Cassette or Combres with Azure webrole?

I have just set up a new solution / project to test this out (using the latest azure sdk as of 10/9/2012). I started with Cassette to try to minify, compress, and combine my css and script files. When running locally I get a 500 error when trying to…
Tobin Rysenga
  • 303
  • 3
  • 12
1
vote
1 answer

Log4Net : 2 libraries need 2 different version of it

For my ASP MVC website I need to use 2 libraries which both need a different version of Log4Net. The first one which is a simple DLL, depends on version 1.2.10.0 and the other one installed using nuget package depends on 1.2.11.0. There is no…
Rachid
  • 393
  • 1
  • 3
  • 14
0
votes
1 answer

IIS7 and Enforce lowercase URLs combres.axd not loaded

I have successfully applied IIS Rule (Enforce Lowercase URL) on my website but now I have one issue our one file combres.axd stopped loading. I tried to apply others way also which I found on stackoverflow but no success yet. Please advice how to…
0
votes
0 answers

Media Files are not loading

I have provided the ssl certificate for the website where it is hosted. after doing this changes the https content are not loading. i have restarted iis also but no use. Currently in system we are loading all the CSS and JS file using…
Vinutha N
  • 156
  • 6
0
votes
2 answers

How do I use Combres to embed the actual minified resource instead of a link?

I'm writing an MVC view which will be sent as an HTML email. Since many mail clients don't render external CSS stylesheets, I need to include them inline. Since I'm already using Combres to combine and minify my stylesheets on the main site, I want…
Brant Bobby
  • 14,956
  • 14
  • 78
  • 115
0
votes
1 answer

Why is Combres still looking for an older version of System.Web.Mvc?

I'm using Combres with my MVC 3 RC project and getting an an assembly binding error when I deploy it to my web server. System.IO.FileLoadException Could not load file or assembly 'System.Web.Mvc, Version=2.0.0.0, Culture=neutral,…
Brant Bobby
  • 14,956
  • 14
  • 78
  • 115
0
votes
1 answer

ASP MVC2 CombresLink Issue On RackSpace Cloudsite

Im just finishing off deploying my asp.net mvc 2 website up to RackSpace cloudsites. Im currently just getting an error saying: System.Security.SecurityException: Request failed. Description: The application attempted to perform an operation not…
MattyD
  • 185
  • 1
  • 3
  • 14
0
votes
0 answers

AddCombresRoute throwing ArgumentNullException

I've created a new test project in a pre-existing Visual Studio solution and attempting to mock a controller so I can test routing. The main project makes use of Combres for minification of css etc. To better demonstrate the problem I've put the…
Sulphy
  • 766
  • 2
  • 9
  • 29
0
votes
3 answers

Problems with Asp.net Mvc 2.0 Web.config.debug/release....System.UnauthorizedAccessException was unhandled by user code

I am trying to use the debug and release versions of the webconfig but it never works. I am trying to do this for a 3rd party library that I am using called combres. http://combres.codeplex.com/ So I first put all the needed web.config code in the…
chobo2
  • 83,322
  • 195
  • 530
  • 832
-1
votes
1 answer

.NET 4.0 MVC load error, what is this?

I've been trying to launch my current project, but have started getting very strange 'errors' when the page won't load. I've recently tried to add Combres to my project, but it was happening on other errors (standard exceptions, SQL exceptions,…
Chris Paton
  • 5,113
  • 4
  • 41
  • 52
1 2
3