Tagged Questions

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, ...

learn more… | top users | synonyms

1
vote
1answer
1k views

The remote host closed the connection

We saw "The remote host closed the connection" in our error logs with: The error code is 0x80070040 The error code is 0x800703E3.(most of) We are using combres for Javascript-Css minification, ...
5
votes
5answers
972 views

Combres' route (combres.axd) doesn't work

I have followed the article http://www.codeproject.com/KB/aspnet/combres2.aspx. When I run my site I cannot get the combres.axd to work ? I know that the combres is running since an incorrect file ...
3
votes
2answers
616 views

Combres and DotLessCssFilter

Well in short term I can't get it to work. The filter doesn't seem to apply it self. I'm trying to get combres to work with my MVC 3 razor application. And I've got everything to work except the ...
2
votes
1answer
450 views

Combres not fixing relative urls despite the filter?

UPDATE : Here is an example of the css I think it is having a problem - .ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ ...
1
vote
1answer
406 views

Combres.axd returns 404 in WebForms app

I have 2 ASP.NET apps, 1 WebForms and 1 MVC. Combres worked beautifully for both while working locally on IIS Express. After deploying both apps to the test server (IIS 7, both apps are in the same ...
0
votes
2answers
210 views

Combres, compress and combine .js and .css files

I'm trying to add the following to my ASP.Net solution. I installed it using the nuget package "Install-Package Combres.Mvc" so far I'm not having the best luck with it as I keep getting the ...
0
votes
3answers
1k views

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 ...