Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I believe that the Client Dependency Framework as implemented by Umbraco is causing Peter Blum's validation javascript to go bananas.
The javascript for Peter Blum's controls are rendered through a file called '/DES/GetFiles.aspx'.
If I remove the ClientDependency http module and http handler, the script works, but if I add them in, the script breaks.
This only occurs on my production server, and only if the compilation element in web.config is set with debug="false".
How can I fix this?
What the hecks Peter Blum's JavaScript thing?
@slace http://peterblum.com/Home.aspx
It's a popular validation framework: http://lmgtfy.com/?q=peterblum
Anything that serves out JavaScript for an ASPX file would be uninstalled from any project I was on, but that's just my opinion.
What errors is it producing when you have CD enabled?
Can you check the host headers that are being set for /DES/GetFiles.aspx to ensure that it's being set as JavaScript.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Client Dependency Module is killing Peter Blum's javascript
I believe that the Client Dependency Framework as implemented by Umbraco is causing Peter Blum's validation javascript to go bananas.
The javascript for Peter Blum's controls are rendered through a file called '/DES/GetFiles.aspx'.
If I remove the ClientDependency http module and http handler, the script works, but if I add them in, the script breaks.
This only occurs on my production server, and only if the compilation element in web.config is set with debug="false".
How can I fix this?
What the hecks Peter Blum's JavaScript thing?
@slace http://peterblum.com/Home.aspx
It's a popular validation framework: http://lmgtfy.com/?q=peterblum
Anything that serves out JavaScript for an ASPX file would be uninstalled from any project I was on, but that's just my opinion.
What errors is it producing when you have CD enabled?
Can you check the host headers that are being set for /DES/GetFiles.aspx to ensure that it's being set as JavaScript.
is working on a reply...