Web Deploy Error: "virtual directory not being configured as an application...
Hi all,I am trying to use Visual Studio Publish on my Dev machine to deploy a Web Site to a separate IIS Test Server using Web Deploy and I am getting the following error which I do not...
View ArticleUsing WMSvc and MSDeploy with UNC Shares
I'm trying to get deployment working to a load balanced IIS pair using an SMB share for application storage. I'm either missing something or what I'm trying to do doesn't work the way it does.Setup is...
View Articlemsdeploy (Remote Agent Service) - Error "The client and server cannot...
I get the following error when I try to deploy to my remote agent service. Any suggestions how I can resolve this error?------------------------------------------------------- Start executing...
View ArticleWeb Deploy ExcludeFromPackageFolders & ExcludeFoldersFromDeployment both not...
Hi Web Deployers,My Web Deploy from VS 2017 on my Windows 10 dev machine to IIS on a separate Windows Server machine completes correctly but when it opens the home page of that newly deployed site I...
View ArticlePlease guide
1)Where can i get web deploy tool complete video tutorial[end 2 end]?2)can we use this tool with GUI?3)Is this tool only work with integration of visual studio or can we use this tool stand alone with...
View ArticleWeb Deploy / VS / Publish / Settings / Databases / Connection String not working
Hi All,I am using Web Deploy by way of Visual Studio / Build / PublishI am NOT using Web Deploy and the VS Publish process to deploy my DataBase (I am doing that separately using Visual Studio Data...
View ArticleSync IIS servers, excluding some sites.
Problem; We are currently syncing our CA (content author server) to our CD's (content delivery server) using web deploy. We have a large number of sites (400+) and some sites have to be excluded from...
View ArticleIIS 7.0 to IIS 8.0 Migration Help
HiI am trying to migrate from IIS 7.0 on windows 2008 DC Edition x86 to IIS 8 windows 2012 Pro x64.OLD 2008 MACHINE NAME: WSPWEB-1 NEW 2012 MACHINE NAME: WSPWEB-1NEWon WSPWEB-1 on Web Deploy V3 folder...
View ArticleDo an unconditional copy with msdeploy
Is there a way to cause msdeploy to do an unconditional copy. The examples I've encountered for sync will only copy if the destination file is older than the source file.I have a scenario where I want...
View ArticleSQL Server Script Parameter Description Editing
Hello, I have used the method described here, https://msdn.microsoft.com/en-us/library/ff398068(v=vs.110).aspx, to successfully get the <setParameter name="Sql script variable $(logText) in...
View ArticleSpecify an AppPool in VS deployment package
Hi All,I am newbie to MsDeploy , so far i have gone through many articles which suggest how to deploy my package under specified app pool using parameter.xml but i am unable to set my app pool , it...
View ArticleSystem.Runtime.InteropServices.COMException (0x800700B7): Cannot create a...
Hello,We are migrating from IIS 7.00 (on 2008 server) to IIS 10 (on a 2016 server) and are running into this error. Any pointers appreciated.C:\>msdeploy -verb:sync...
View ArticleFailed to deploy web package to App service - error msdeploy.exe failed with...
trying to deploy a package with images and hitting this. Image size is 1k. If i remove images folder from the package all seems fine.<div class="error-issue-text" tabindex="0" data-bind="event: {...
View ArticleMSDeploy Migration Failing - File Already Exists
I have found some examples that appear similar to my failed efforts but none that are exactly the same. I'm attempting to migrate from IIS 7.5 to IIS 8.5.The command I'm using follows:msdeploy...
View Articleapplication pool migration
hellomy situation is thisi have a iis 6 with the "default web site" with a number of applications and virtual directoriesI want to migrate some of the applications and virtual directories to another...
View ArticleExclude file path from msdeploy command line
HiI'm trying to migrate IIS 6.0 sites to a new IIS 8.0 box using msdeploy.One of the websites include 50GB of files. I'd like to exclude all these files from the msdeploy backup and copy them over via...
View ArticleLooking for a tool to measure my website loading speed!
Hello mate,Have a very good day to all. I am newbie here. I need your help please. I am looking for a tool to measure my website loading speed.What kind of tools do you use? Thanks!
View ArticleError Insufficient Access to AppHostConfig
Hello, I'm very new to .Net Core, Web Deploy, and IIS Management. I'm on the SysOps side of things so I want to verify that I'm doing things correctly. I've just finished setting up Web Deploy so our...
View ArticleExclude projects from CreatePackageOnPublish and DeployOnBuild using msbuild
Hi.We use tfsbuild 2010 and provide msbuild parameters (/p:CreatePackageOnPublish=true /p:DeployOnBuild=True) to the solution being built during CI. These parameters are used by all web application...
View ArticleMSDeploy ERROR_USER_NOT_ADMIN
I am trying to deploy an asp.net MVC site to a remote IIS Server. The deployment work fine in Visual Studio but I want to automate it.I am using the following MSDeploy Command:"C:\Program...
View Article