I followed the article http://www.codeproject.com/KB/aspnet/combres2.aspx .
When I launch my site, I can not get combres.axd to work? I know that combres works, because the wrong file in my xml will throw an error. I am running an ASP.NET 4.0 web form site on Vista.
My Combres XML Settings.
resourceSets url="~/combres.axd" defaultDuration="30" defaultVersion="auto" defaultDebugEnabled="auto"
I checked web.config for all the correct values. The link was added from the merge directory, and the global ASX file has the following.
protected void Application_Start(object sender, EventArgs e) { RouteTable.Routes.AddCombresRoute("Combres"); }
I also checked that the value is being created in the html source.
href="/combres.axd/siteCss/309885723" src="/combres.axd/siteJs/408582048"
I am not getting an error or anything else to help me find the reason why it will not work or that I might have missed. Any suggestions would be great.
Aaron
source share