Questions tagged [web-publishing]

Web-Publishing is a generic term for publishing content on the internet. It may relate to publishing articles, books, media, or websites. This term also is sometimes used to refer to the Microsoft MSBuild Web Publishing Pipeline identifed here by [tag:msbuild-wpp]

106 questions
3
votes
2 answers

css static file in pythonanywhere not found

I understand that the topic was not raised once, I reread and tried all the options, but for some reason the error does not go away and the styles do not connectenter image description here connect static path directory error in load site path in…
3
votes
1 answer

The 'CctSharedPackage' package

I have recently updated visual studio 2013 with Azure SDK 2.6 and since then I get this message and publish project is not working either. I have removed and re-installed Azure SDK and also did a re-install of VS 2013 with SP4; but the issues…
user3104116
  • 153
  • 1
  • 11
3
votes
2 answers

What is incremental database publishing?

When I am publishing my site using Web Deploy in Visual Studio I see something like: MySql.Data.MySqlClient is not supported for incremental database publishing. I want to know what exactly would this technology do if it is supported?
Steve
  • 11,696
  • 7
  • 43
  • 81
3
votes
1 answer

Why isn't the Visual Studio 2012 web publishing wizard copying my files to the destination?

UPDATE: This has been recently fixed with Visual Studio 2012 Update 2 (Visual Studio 2012 Web Publish doesn't copy files) I'm using the Visual Studio 2012 web publishing wizard. I have some saved profiles. Ones for various development and test…
Glazed
  • 2,048
  • 18
  • 20
3
votes
1 answer

File System vs Web Deploy of Website on Local LAN - Which is Better?

Our production website is available via our Local LAN. Since it's been available, I've used File System deployment to move our site into production. I know Web Deploy has been available for some time, but with the release of VS2012, I'm wondering…
2
votes
1 answer

MSBuild ignoring publish profile configuration

I'm trying to publish a bunch of web services and a web site via command line using MSBuild. When I publish, the web services publish successfully but my web site does n't upon checking the logs, I've realized that msbuild is ignoring the build…
Kaizer69
  • 373
  • 4
  • 18
2
votes
1 answer

ASP.NET Web Project Template contains 2 entries for importing Microsoft.WebApplication.targets $VSToolsPath) vs $(MSBuildExtensionsPath32)

I'm using Visual Studio 2017 (ver15.6.6) with .NET Framework ver4.7.02558 (MSBuild ver15.5.x) aka latest updates at the time of this writing. When I create an ASP.NET Web Project using the default template the resulting .csproj file contains this…
XDS
  • 3,786
  • 2
  • 36
  • 56
2
votes
2 answers

Error when Publishing Web App using FTP to IIS 10 server

I have an Up and Running web Application that I would like to publish using FTP to a IIS 10 Server. By doing a simple publish process, I'm getting this error: System.AggregateException: One or more errors occurred. ---> System.Exception: Publish…
PatsonLeaner
  • 1,230
  • 15
  • 26
2
votes
0 answers

ASP.Net Core fails to publish to Azure App Service

I have an ASP.Net Core web application (DotNetCore.1.0.1 VS2015Tools.Preview2.0.2) which I'm trying to publish to an Azure App Service via Visual Studio. The Azure App Service and Resource Group are both completely new. The publish process fails…
2
votes
0 answers

.NET Core 1.0 web publish tool does not copy some assemblies

After publishing my .NET Core 1.0 web project via FileSystem option and start browsing application I`ve got this exception: Can not find assembly file Microsoft.CodeAnalysis.CSharp.Workspaces.dll at 'C:\***\refs,C:\***\' at…
neodim
  • 468
  • 4
  • 15
2
votes
1 answer

How can I override a pubxml setting via command line in automated deployment scenario?

When publishing a web application with msbuild command line utility, I specify a publish profile name like "dev", which corresponds to the "dev.pubxml" file in the project's Properties/PublishProfiles directory. The file contains setting for…
Triynko
  • 18,766
  • 21
  • 107
  • 173
2
votes
1 answer

visual studio 2015 publish web only have custom option

I am using visual studio 2015 to do the web publish of web project. But it seems that several options in web publish profile are missing. There should be include the options in this link Publishing to IIS with Web Deploy using Visual Studio 2015. I…
2
votes
0 answers

Azure WebJob not included in web app during build when using Microsoft.Web.WebJobs.Publishing 1.0.10 on TFS build machine

I'm currently using the 'Add Azure WebJob' functionality as part of the Azure SDK in Visual Studio to add a WebJob into a Web App that gets deployed to Azure. I use a custom .proj file for my build, and when I build using msbuild on the command…
Alex Marshall
  • 10,162
  • 15
  • 72
  • 117
2
votes
1 answer

Where is Microsoft.Web.Publishing.targets?

My MSBuild proj file is referencing Microsoft.Web.Publishing.targets. Even though microsoft says MSBuild is standalone installation, i dont think this file is part of MSBuild. I am trying to setup a build server. and i don't see this file at this…
LP13
  • 30,567
  • 53
  • 217
  • 400
2
votes
1 answer

Is It possible to have more than debug and release web.config versions?

I've got dev, alpha, beta and production environments. I store a few appsettings keys in web.config and use transorfmations to replace dev-setting with production-setting on publish. How can I do same things to replace dev-setting with…
Tim
  • 187
  • 1
  • 11