Issue trying to publish my current project

201 Views Asked by At

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?

1

There are 1 best solutions below

0
Alejandro Alvarado On

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" />