0

I have an issue trying to publish my customization project in the Customization Project Editor. The compilation panel remains completely in blank and I don't get any information.

See the screenshot below:

enter image description here

Can you help me with this?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437

1 Answers1

1

This issue is caused by .NET version 4.8.4250. Workaround is to add the following key to appSettings section of your web.config.

<add key="aspnet:DisableAppPathModifier" value="false" />