web-publishing

VS2010 Web Publish command line version of File System deploy

匆匆过客 提交于 2019-12-17 23:36:10
问题 Folks, In a nutshell, I want to replicate this dialog: It's a Visual Studio 2010 ASP.Net MVC project. If I execute this command, I get all the files I want, including the transformed web.configs in the "C:\ToDeploy" directory. I want to replicate this on the command line so I can use it for a QA environment build. I've seen various articles on how to do this on the command line for Remote Deploys, but I just want to do it for File System deploys. I know I could replicate this functionality

Content does not reflect on CD server after publishing from CM server

China☆狼群 提交于 2019-12-13 21:32:59
问题 When a content is published from Content Management server to Content Delivery server, the publishing activity is inconsistent, i.e., sometimes the content reflects on CD server in couple of minutes or takes a whole day. The only scenario where the content reflects immediately on CD server is by restarting the application pool, but this is not the best practice as content editing can be frequent and every time restarting the app pool may crash the application. Please suggest what other

Visual Studio Publish Web Dialogue takes excessive time to load

删除回忆录丶 提交于 2019-12-12 08:21:25
问题 Whenever I launch the Visual Studio 2015 Publish Web Dialogue (or Visual Studio 2013, both have the same issue) for a specific project, it takes ~20-30 seconds for it to open. Just as well, when I switch between publish profiles it takes the same amount of time when I switch to a specific one . When I switch to Profile A in the list (from Profile B) it takes the same amount of time as it does when it launches the dialogue itself. When I switch from Profile A to the Profile B it doesn't take

visual studio 2015 publish web only have custom option

依然范特西╮ 提交于 2019-12-11 01:45:51
问题 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 have tried to repair the installation, also try to use the vs under the different user. But not worked. Below is the screenshot of my profile page of the web publish. Publish web profile page 回答1: I got the solution. Just reinstall the web publish

Setup publish to folder using VSTS

两盒软妹~` 提交于 2019-12-07 17:43:34
问题 I was using publish to folder option through Visual Studio by right-clicking on the project -> publish -> publish to folder. Result was always ready-to-copy project with applied transformations. I wanted to automate this process using VSTS and have setup build on VSTS. I used next steps: - NuGet restore - Build solution - Publish Build Artifacts to $(build.artifactstagingdirectory) - Windows machine file copy from $(build.artifactstagingdirectory) to remote machine using admin login and

Setup publish to folder using VSTS

浪子不回头ぞ 提交于 2019-12-05 18:51:11
I was using publish to folder option through Visual Studio by right-clicking on the project -> publish -> publish to folder. Result was always ready-to-copy project with applied transformations. I wanted to automate this process using VSTS and have setup build on VSTS. I used next steps: - NuGet restore - Build solution - Publish Build Artifacts to $(build.artifactstagingdirectory) - Windows machine file copy from $(build.artifactstagingdirectory) to remote machine using admin login and password And finally I'm getting zip package on remote machine with complicated folder structure without

Visual Studio Publish Web Dialogue takes excessive time to load

旧街凉风 提交于 2019-12-03 23:38:14
Whenever I launch the Visual Studio 2015 Publish Web Dialogue (or Visual Studio 2013, both have the same issue) for a specific project, it takes ~20-30 seconds for it to open. Just as well, when I switch between publish profiles it takes the same amount of time when I switch to a specific one . When I switch to Profile A in the list (from Profile B) it takes the same amount of time as it does when it launches the dialogue itself. When I switch from Profile A to the Profile B it doesn't take any time at all. Does anyone have any ideas on this? I lose 20-30 minutes a day of development on this

Temp path too long when publishing a web site project

谁说我不能喝 提交于 2019-12-03 18:59:43
问题 I am trying to publish an ASP.NET web site project using the Publish Web Site tool but get this error: ASPNETCOMPILER(0,0): Error ASPRUNTIME: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. I see that it is trying to copy the files to a very long path in AppData: Copying all files to temporary location below for package/publish: C:\Users\imx0\AppData\Local\Temp\1

VS2013 publish Web deployment task failed The file is in use

爱⌒轻易说出口 提交于 2019-11-28 18:15:03
I am using VS2013 Premium to publish a site to Windows Server 2012. All files publish ok except these: SqlServerTypes\x64\msvcr100.dll SqlServerTypes\x64\SqlServerSpatial110.dll SqlServerTypes\x86\msvcr100.dll SqlServerTypes\x86\SqlServerSpatial110.dll I get this kind of errors for each of the above files I tried to publish: Web deployment task failed. (The file 'msvcr100.dll' is in use. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_FILE_IN_USE .) Interrestingly, these files were published the first time (when they were not on the server), then they are no longer