Where did you buy hosting plan for your site and what's the hosting plan?
HeyI wonder where did you guys buy hosting plan for your site and what`s the hosting plan?Thanx for your help
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 ArticleERROR_EXCEEDED_MAX_SITE_CONNECTIONS web deployment task failed.
hello,when trying to publish my website, the developer command prompt gives me this error (see title). the script i am trying to publish with is as follows: msbuild...
View ArticleWebdeploy not uploading all files
Hi, I'm new to the Visual Studio and C#/.Net and was wondering why web deploy doesn't upload all my files to the remote folders. I notice I am missing some image files, aspx files and such in the...
View ArticleWhat is the "MSDeployProviderOptions" in archive.xml?
Hi there. Just browsing the site package generated by msdeploy.exe sync command and saw some human-unfriendly strings in the archive.xml file. A part of it looks like this:<iisApp...
View ArticleMSDeploy not replacing encoded xml strings
Hi,I have a problem with the "JWTPrivateKey" Parameter in my WebConfig File (using WebDeploy 3.6). The "redirectURL" Parameter works fine.In web.config I...
View Articlemsdeploy and backup of application
Hi I am trying to get msdeploy to backup an application using the IIS automatic backups.It backups up websites fine but it won't backup applications within the website. In fact it just makes an...
View ArticleIIS 6.0 (Server 2003) to IIS 8.5 (Server 2012 R2)
Hello! I have been banging my head against my desk for the past couple weeks trying to figure out why I cannot migrate my IIS 6.0 (Server 2003) webwsites to IIS 8.5 (Server 2012 R2) using the MSDEPLOY...
View ArticleCreate full backup and publish the site
Hi GuysThanks for reading my question.I am new to web deploy and want to see how I can use Web deploy to Create a full back up of my website before publishing it.I did try the steps mentioned...
View ArticleDefault Web Site Applications not being backed up Automatically
I am using Jenkins to automatically deploy my sites to our production server using MSBuild. I have set EnableMSDeployBackup to True. I have also followed the instructions here...
View ArticleThe underlying connection was closed: An unexpected error occurred on a send.
When doing Publish from Build server to Target server. We are seeing following error:Web deployment task failed. (Could not complete the request to remote agent URL...
View ArticleMSdeploy to Server 2016/IIS 10 Unauthorized
Setup:We use a script employing msdeploy to deploy our applications to remote servers. This works fine when we deploy to Server 2008R2 servers with IIS 7.5. However, when trying to utilize this script...
View ArticleNET.TCP EnabledProtocol with MSDeploy not working
HelloI'm deploying a web application in my local IIS instance via MSDeploy. I need this web app to have the HTTP and NET.TCP protocols enabled in the "advanced settings". The zip archive has the...
View Articlewebdeploy - what is wrong with it????
I cant remember any good experience with webdeploy installation. Every time i set up windows and IIS i struggle to get webdeploy to run. The installation procedure is vague and unclear, there are...
View ArticleCan't create offline cache when EULA's go missing.
I am trying to provision a server thats behind a corporate firewall.On a server with internet access, I run:webpicmd /Offline /Products:WDeploy36,WDeploy36PS /Path:D:\webpiThe software that you obtain...
View Articlemsdeploy to Sql Server requirements?
I am trying to use the dbDacFx provider in msdeploy to update a SQL server.It is not clear, in this scenario, if wmsvc is involved and/or how I should setup delegation rules as the database in...
View ArticleWeb Deploy not found, but it is installed
When running a .deploy.cmd file from my command prompt, I get a readme.txt saying: To deploy this Web package, Web Deploy (msdeploy.exe) must be installed on the computer that runs the .cmd file. For...
View ArticleWeb Deploy not getting all of my sites
We use a shared config setup so I turned that off and then made the zip file using Web Deploy (V3). When I moved it to the new machine it had only grabbed one site. We have a bunch (about 1600+...
View ArticleAutomate publish .net framwork project
Hi! What's the best way to automate the build, test and publish of a web .net framework project?I've tried with cake but it's not worked very well.I'got so far to build the dll, pdb but the entire...
View Article