CombinedResource.ashx returning 500 Internal Server Error

  • 15 February 2022
  • 0 replies
  • 331 views

Userlevel 5
Badge +20
 

CombinedResource.ashx returning 500 Internal Server Error

kbt136729

PRODUCT
K2 smartforms 4.6.11
BASED ON
K2 smartforms 4.6.11
This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.
LEGACY/ARCHIVED CONTENT
This article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.

Issue

CombinedResource.ashx shows a 500 Internal Server Error on the SmartForm Runtime site.

Symptoms

This is related to a CSS file/theme issue. When you run F12 Developer Tools from your browser or a Fiddler Trace, you should notice an error similar to the image below:

 

Image

Troubleshooting Steps

To resolve the issue, kindly apply these steps:

 

1. Make a backup of the following web.config files prior to editing them:

a. K2 SmartForms runtime web.config file (C:Program Files (x86)K2 BlackpearlK2 SmartForms Runtime)

b. K2 SmartForms desginer web.config file (C:Program Files (x86)K2 blackpearlK2 Smartforms Designer)

 

 

2. Under the <appSettings> node there are two keys:

 

<add key="UseBundledFiles" value="false" />
<add key="Forms.PostRenderCombining.Enabled" value="false" />

 

3. Set both values to 'false'.

 

4. Save and close the file.

 

5. Perform an IISRESET to apply the changes made.


0 replies

Be the first to reply!

Reply