It looks ok from the logs, except that no files are published, and no files/folders are mentioned in logs:
24>Connecting to ftp://*.masterhost.ru/www/...
24>Transformed Web.config using D:\*\Web.Release.config into obj\Release\TransformWebConfig\transformed\Web.config.
24>Copying all files to temporary location below for package/publish:
24>obj\Release\Package\PackageTmp.
24>Publishing folder /...
24>Site was published successfully
but this results in nothing being updated on ftp.
Web deploy method works ok.
In VS2010 ftp to the same address also works ok.
We have a bug in the Web Publishing where if the Solution Configuration doesn't match the Project Configuration. Can you verify whether yours are different?
For example, if the solution configuration is Release|x86, and the project configuration is Release|Any CPU, this bug will occur.
If this post has solved your problem, please select 'Mark as answer'
- Jimmy Lewis
Microsoft SDET
Visual Web Developer Team
We have a bug in the Web Publishing where if the Solution Configuration doesn't match the Project Configuration. Can you verify whether yours are different?
Yes, mine were different. Changing them to be the same resolved the problem, thanks.
Shaddix
0 Points
2 Posts
One-click publish/web deploy to ftp from VS 2012 broken?
Jun 08, 2012 09:37 AM|LINK
Is the subject broken?
It looks ok from the logs, except that no files are published, and no files/folders are mentioned in logs:
24>Connecting to ftp://*.masterhost.ru/www/...
24>Transformed Web.config using D:\*\Web.Release.config into obj\Release\TransformWebConfig\transformed\Web.config.
24>Copying all files to temporary location below for package/publish:
24>obj\Release\Package\PackageTmp.
24>Publishing folder /...
24>Site was published successfully
but this results in nothing being updated on ftp.
Web deploy method works ok.
In VS2010 ftp to the same address also works ok.
jamlew
Participant
1977 Points
256 Posts
Microsoft
Re: One-click publish/web deploy to ftp from VS 2012 broken?
Jun 13, 2012 08:25 PM|LINK
We have a bug in the Web Publishing where if the Solution Configuration doesn't match the Project Configuration. Can you verify whether yours are different?
For example, if the solution configuration is Release|x86, and the project configuration is Release|Any CPU, this bug will occur.
- Jimmy Lewis
Microsoft SDET
Visual Web Developer Team
Shaddix
0 Points
2 Posts
Re: One-click publish/web deploy to ftp from VS 2012 broken?
Jun 19, 2012 07:01 AM|LINK
Yes, mine were different. Changing them to be the same resolved the problem, thanks.
Will be waiting for a fix to that problem
jamlew
Participant
1977 Points
256 Posts
Microsoft
Re: One-click publish/web deploy to ftp from VS 2012 broken?
Jul 13, 2012 11:53 PM|LINK
We've just released an update for VS2012 RC which contains the fix for this issue. You can find more information at http://blogs.msdn.com/b/webdevtools/archive/2012/07/12/visual-studio-2012-rc-web-tooling-extensions-update.aspx.
- Jimmy Lewis
Microsoft SDET
Visual Web Developer Team