IIS Management Service install error
Hi,I am working on Windows 7 Enterprise OS with IIS 7 installed. When I open IIS, I do not see Manage User icon. I tried installing the additional feature "IIS Management Service" by checking its tick...
View ArticleNeed assistance with ERROR_FRAMEWORK_VERSIONS_DO_NOT_MATCH
I have tried resolution 2 but that did not work. When I try resolution 1 I get a Unrecognized argument error.. I am certain I am not formatting the command correctly and would appreciate any...
View ArticleProblem with deleted certificate? and logon session not existing when syncing...
We have to servers that sync using sync-wdserver, this has worked fine up until now. Recently we got an SSL certificate for a site hosted on those servers, it was initially installed via iis 8 on both...
View ArticleWeb Deploy ERROR_SCRIPTDOM_NEEDED_FOR_SQL_PROVIDER
Hello all,I am currently trying to use the dbDacFx provider to deploy a dacpac to a remote sequel server. However, when I do this, I get an ERROR_SCRIPTDOM_NEEDED_FOR_SQL_PROVIDER. I am doing this via...
View Articlewebdeploy providers on Azure
Hi all,Does anybody know which webdeploy providers are supported when deploying to Azure WebApp? I'm using msdeploy.exe from command line in order to do that. I've seen it working for contentPath...
View ArticleSet physical path of app in IIS during deployment
I need to set the physical location of a web app in IIS to an alternate location - for example C:\app\<buildNumber> - when deploying with msdeploy and a package file. I am attempting the...
View ArticleHow to create a website during publishing
Hi,It is said that if you need to use web deploy to migrate a website, you have to create a website or web application on the target IIS server. Is it necessary to create a website in advance? Is there...
View ArticleMigrate from IIS 6 to IIS 10
I know...why do we still have Windows Server 2003 running anywhere? We are moving everything up to Windows Server 2016. One of the first servers is our internal web server that is still running...
View ArticleWeb Deploy to Azure Internal ASE Through Reverse Proxy?
Hi everyone, hope you can help me! I created a Web App within an internal App Service Environment (ASE) in Azure. By definition, the URI (e.g. http:://MyInternalApp.Apps.MyCompany.com) is only...
View ArticleFailed to apply migration
Webdeploy failed to apply migration saying problem between lines "1609" and "1616" of a scriptHere exactlyIF NOT EXISTS(SELECT * FROM [__EFMigrationsHistory] WHERE [MigrationId] =...
View ArticleWeb deploy can't migrate connect to remote server
Hi,I'm learning how to migrate website to a remote server, however, when I was trying to deploy the website, it report the error " can't connect the remote server". I should have permission to connect...
View ArticleInsert web.config elements at deploy time?
I know how to update existing web.config values using parameters.xml at deployment time. However, there are cases where I need to insert elements/attributes at deployment time. How is this possible?
View ArticleDeploy Package with MSDeploy
Hi,I am using MSBuild and MSDeploy to create a deployment package and to deploy the contents of the package to a folder. My existing code works, but it also throws the following error:Error: A value...
View ArticleMSDeploy - deploy site and runcommand
Hi,Below command is working as expected for deploying package to IIS with configured parameters in ProjectParameters.xml.msdeploy.exe -source:package='e:\deploy\ProjectApp.zip'...
View ArticleVisual studio 2017 partial publish failing
HiI am using Visual studio professional 2017 Version 15.1(26403.3) Release.We have one website of .net framework 3.5. When i try to do 'Publish Web App' option using visual studio 2017 to the...
View ArticleWebsite Publish doesn't have option to do partial publish using Visual Studio...
HiI am using Visual Studio Professional 2017 - Version 15.1(26403.3) Release. I am having one mvc website using .net framework 4.5 and now i am trying to do publish using Visual studio 2017 it has...
View ArticleDefaultAppPool will change after deploy even I am not deploy to this appPool
I need to deploy a package zip build by msbuild , and I set the parameter to deploy to a site let say abcSite and the pool abcPool , it's pipeline mode is integrate.And did not using DefaultAppPool,...
View ArticleCannot create a file when that file already exists. (Exception from HRESULT:...
Getting this message when trying to migrate to another server. I've read the other posts on here regarding this message but cant seem to work this out. Moving from Server 2008 to 2016, web deploy 3.6...
View ArticleMSWebDeploy not syncing IIS authentication credentials
Hi I'm trying to sync an application from to a site on a different system, and I'm noticing that the authentication credentials aren't syncing. After running the command below, I check the destination...
View ArticleWeb Deploy 3.6 - Socket error (10054) and timeout error
We're using Web Deploy v3.6 to deploy the updates of our web application to the server.Recently, socket error (10054) started to appear in some of the servers runningWindows Server 2012.The endpoints...
View Article