Getting an error during the deploying webapplication `Could not open Source file: Could not find a part of the path'
Hi,
I got an error during the deploying my web-application. The title of error is Could not open Source file: Could not find a part of the path
'Could not open Source file: Could not find a part of the path
'E:\ARCHIVES\Projects\Main\Jahan.Handicraft\Jahan.Handicraft.Web.Mvc.UmbracoCms.App\obj\Release\AspnetCompileMerge\TempBuildDir\AppPlugins\UmbracoForms\Data\Web.config;\AppPlugins\UmbracoForms\Data\Web.config'.'.
I've used Umbraco 7.4.3 und ASP.NET MVC in my project. I'd like deploy it on localhost.
I'd just add that it goes in your /Properties/PublishProfiles/XXXXX - Web Deploy.pubxml file, at least in VS 2019, there isn't a "publishSettings..." file.
Getting an error during the deploying webapplication `Could not open Source file: Could not find a part of the path'
Hi, I got an error during the deploying my web-application. The title of error is
Could not open Source file: Could not find a part of the path
I've used Umbraco 7.4.3 und ASP.NET MVC in my project. I'd like deploy it on localhost.
How can I solve this problem?
Link to stackoverflow
You need to add this to your publishSettings file:
Long answer here:
http://blog.aabech.no/archive/web-deploy-says-could-not-open-source-file-some-webconfig-when-you-publish-an-umbraco-site/
I'd just add that it goes in your /Properties/PublishProfiles/XXXXX - Web Deploy.pubxml file, at least in VS 2019, there isn't a "publishSettings..." file.
the pubxml is the publish settings files
is working on a reply...