Skip to content
+1-888-319-3663

COMMUNITY FORUM

WCF Service – HTTP Error 500.24

Andrew asked 1 year ago

I recently installed the WCF service and when trying to access the URL I receive an error:

“HTTP Error 500.24 – Internal Server Error

An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.”

Any help with this error would be great! Thanks

Answers
Andrew answered 1 year ago

I was able to get it to work and hopefully it was correct.

I edited the SmartConnectWcf web.config file and add the following line of code under the system.webServer heading.

<validation validateIntegratedModeConfiguration=”false” />


If you would like to submit an answer or comment, please sign in to the eOne portal.