WMSVC logs have the wrong timestamp...need help updating
The log files in C:\inetpub\logs\wmsvc\W3SVC1 has the wrong timestamps. They are about 8 hours off. I can just subtract time when looking for stuff, but for production use this seems not proper. I...
View ArticleCreate top level IIS web site using MSDeploy
Hi All, I want to create a IIS web site using MSDeploy.exe, something like below:Sites |--> MysiteI use cmd file which is generated by Visual Studio publish --> Web deploy package...
View ArticleERROR_FILE_IN_USE even with -enableRule:AppOffline
Started with update to net core 1.1.0Main project dll (aka Projectname.dll) is permanently locked so publish fails to update it.Executing command ["C:\Program Files (x86)\IIS\Microsoft Web Deploy...
View ArticleNo "Import Web Application" option with IIS8.5 and Web Deploy 3.6?
I can't find any "Import Web Application" option in IIS 8.5 (Windows 2012 R2) with Web Deploy 3.6 installed. I do have an option to "Install Application from Gallery", but that brings up WPI. Is it...
View ArticleMSDeploy ERROR_USER_NOT_AUTHORIZED_FOR_DEPLOYMENTPROVIDER error help
I'm using TeamCity for deployment. Teamcity uses a gMSA for the deploys. I would run the following on my pc to test msdeploy was working..."C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe"...
View ArticleHow to resolve ERROR_CERTIFICATE_VALIDATION_FAILED issue
I am trying to make a SECURED deploy using this command line - Package.deploy.cmd /y /M:https://XXXXXX:8172/MSDeploy.axd /U:"UserName" /p:"Password" /a:basic But when I execute this, I get an error...
View ArticleSkip Directive - specific folder
I'm sure this has been discussed before and i've seen several similar post but none of them have helped me. I'm trying to do a deployment using the package that is built from inside visual studio...
View ArticleSite offlie after publish
After 1001 publish to my server my site now stays in AppOffline mode. Mean It shows content from App_Offline.htm when accessing any pageUpdate seems like appoffile feature of webdeploy is in leaving...
View Articledoes web deploy migrate ODBC
When I migrate sites from Server 2003 to 2012 R2, does web deploy also migrate the ODBC connection settings or does have to be re-configured after the migration? If it doesn't, is there any easy way to...
View ArticleHow can I set parameters that include the parameterValidation Element for...
I have a parameter that I wish to enable as a drop down list. When I add the following to the parameters.xml file within a Web Deployment Tool package a drop down list appears: <parameter...
View ArticleMsdeploy from 20012R2 to 2008R2 failing
Hi All!I am attempting to build and deploy an IIS application from Server 2012 R2 to a machine running 2008R2 and it is failing with the following error:[VSMSDeploy] C:\Program Files...
View ArticleSimple msdeploy, stage to production
First off, let me know if I could present this a little clearer.I am setting up an environment to allow developers to sync web development from one stage/qa server to two identical production servers....
View ArticleERROR_EXCEPTION_WHILE_CREATING_OBJECT and MapUriToIisWebServer task
I am trying to build web deployment packages which include a parameter for "IIS Web Application Pool Name" in the Project.SetParameters.xml file. I would like to do this using MSBuild; I use Jenkins...
View ArticleMigration.
Hello guys, Please help migrate my website https://wonder-glass.ca/ to a new hosting. How can I do it?Thank you
View ArticleIssue with Web Deploy 3.6 on Server 2012 R2
HelloI have installed Web Deploy 3.6 on Server 2012 R2 via Web Platform Installer 5.0; however when I start IIS Manager and right-click on the server Deploy does not appear in the list of options?I...
View ArticleNo .NET v2 on Server 2012 R2
Hello,I am using MS Deploy 3.5 to migrate Web sites from an IIS7 serverI have exported the configuration without issue.When I try to import the configuration on the Server 2012 R2 host I receive an...
View Articlemoving windows 2003 websites to 2012R2
i have an OLD 2003 server running iis. i have a ton of websites on it. i want to get rid of that box. i want to copy all the data to my new 2012 box. i was looking at msdeploy. never used it...
View ArticleMSWebDeploy - Exclude folder with Sync-WDServer
Hi,i used msdeploy to sync Servers. Here are my Code:add-pssnapin wdeploysnapin3.0 #Create settings New-WDPublishSettings -ComputerName SERVER01.lwn.liebherr.i -AgentType MSDepSvc -FileName...
View ArticleWeb Deploy Export Server Package is missing some sites
Is there a max to the number of sites web deploy with extract in a package? I have approx 250 sites I need to migrate to a new server, but the web deploy package is missing several of them. What...
View ArticleWeb Deploy ERROR_DESTINATION_NOT_REACHABLE
I realize that this error should be among the most straight-forward to diagnose, but I've gone through the possible causes and everything checks out.I am attempting to do a Web Deploy of an ASP.NET...
View Article