finding a lot of forum traffic revolving around what we're experiencing but no real solutions!
we've uploaded a vanilla umbraco 7.3.0 installation to a production server (windows server 2012 r2 iis 6.2). when we hit umbraco, we get this in the console:
ReferenceError: UmbClientMgr is not defined
looking to the code, it's where the 'DependencyHandler.axd is hit e.g.
which is saying to me the client dependency isn't working.
this has to be environment specific as the same code works fine locally, on a qa and uat server.
so the question is: is there a setting or something we're missing on the server or in iis that would allow the client dependency to kick in or would stop it working? we can't see anything in the log or the windows event viewer that would point to what the issue is...
running the site with debug="true" isn't an option!
Client Dependency not working on certain servers
hey out there,
finding a lot of forum traffic revolving around what we're experiencing but no real solutions!
we've uploaded a vanilla umbraco 7.3.0 installation to a production server (windows server 2012 r2 iis 6.2). when we hit umbraco, we get this in the console:
looking to the code, it's where the 'DependencyHandler.axd is hit e.g.
which is saying to me the client dependency isn't working.
this has to be environment specific as the same code works fine locally, on a qa and uat server.
so the question is: is there a setting or something we're missing on the server or in iis that would allow the client dependency to kick in or would stop it working? we can't see anything in the log or the windows event viewer that would point to what the issue is...
running the site with debug="true" isn't an option!
cheers,
jake
is working on a reply...