When trying to publish the website from Visual Studio to Azure, I am getting an error on publish indicating that the web.config in the umbraco forms folder cannot be empty.
Umbraco Forms was installed via nuget (latest version).
Which version of Visual Studio?
Are you using <PackageReference> or packages.config for installing your Nuget packages? (PackageReference isn't fully supported by Umbraco or other community packages, I've had to work around it a lot)
Umbraco Forms web.config is empty
When trying to publish the website from Visual Studio to Azure, I am getting an error on publish indicating that the web.config in the umbraco forms folder cannot be empty.
Umbraco Forms was installed via nuget (latest version).
Which version of Visual Studio? Are you using
<PackageReference>
or packages.config for installing your Nuget packages? (PackageReference isn't fully supported by Umbraco or other community packages, I've had to work around it a lot)Version 16.11.11
I believe packages.config (I see that in the solution).
It seemed to have been related to the web deployment.pubxml in visual studio. I had to get rid of the MSDeployParameterValue.
is working on a reply...