webdeploy Questions
2
Solved
I'm using Web Deploy (from VS2013) to publish an ASP.NET MVC site to an IIS 7.5.
I added some URL rewrite rules and custom HTTP response headers through IIS manager.
The problem is everytime I de...
Marksman asked 8/4, 2014 at 20:17
1
Spent quite a bit of time configuring web deploy on IIS 7.5. I've made sure that Web Deploy 3.5 was installed with all features, and that both the Web Management Service and Web Deployment Agent is...
Disposal asked 21/1, 2014 at 0:16
3
Solved
I usually put my connection string to a separate file, adding something like this in web.config:
<connectionStrings configSource="WebConnection.config" />
I've just installed VS 2012 and i...
Hapten asked 6/6, 2012 at 8:2
3
Solved
I have a connection string in my web.config which includes a password with the % character as below
<add name="ConnectionName"
providerName="System.Data.SqlClient"
connectionString="server=Se...
Namara asked 13/3, 2014 at 23:47
1
Solved
SERVERNAME(myDomain\Username)
Application Pools
Sites
DEV Site1
DEV Site2
dev Site 3
bin
Content
...
Views
etc ...
This is my basic layout of our DEV web server. Our DEV web server has ...
1
Solved
We have a web farm environment running IIS 7.5 on Windows 2008R2. We use shared configuration and web storage replication.
We tried to install Web Deploy (v3.5) on one of the servers but receive a...
Dutch asked 7/2, 2014 at 16:20
2
Solved
I have created an MVC 3.0 application using Visual Studio 2012, .NET 4.5 and Entity Framework 5.0.
Using Code First Data Migrations, I am able to correctly propagate model changes to my local test...
Octans asked 20/9, 2012 at 14:12
1
Solved
When I publish my app to a Azure Website I get the error on the title and nothing works. It's not temporary.
I researched and looks like it's not related to the problems people have that error hav...
Chamade asked 15/1, 2014 at 11:8
1
Solved
I have a single ASP.NET 3.5 web application project. I would like to deploy most of it to my web server, but I would like to deploy CSS, images, and JavaScript to a second "image server".
How can ...
Szabadka asked 10/1, 2014 at 22:36
2
Solved
This works in the latest version of Chrome and Firefox, however in IE10 I get this error:
SCRIPT5: Access is denied.
Here is my code snippet:
$('.mlsUpload').change(function () {
var formDat...
Apfelstadt asked 22/8, 2013 at 19:46
1
Solved
I am using Windows Azure, and find it a lot difficult and useless make a new "Package" each time you make a small change, and want to test it on the Cloud. I heard about the opportunity to update t...
Feces asked 4/12, 2013 at 16:57
2
Solved
I have the following task in my MSBuild script to deploy to a remote server using Web Deploy (MSDeploy service):
<Target Name="Deploy">
<MSBuild
Projects="$(SolutionFile)"
Properties=...
Adellaadelle asked 30/1, 2012 at 3:47
5
Solved
I installed a fresh AMI for EC2 (http://aws.amazon.com/amis/Microsoft/5147732567196848) and have installed Web deploy 2.1 on it.
The web deploy 2.1 service is running for real as
netstat -an
Sh...
Campos asked 30/4, 2011 at 11:11
3
Solved
We have with success been updating our development web site at a daily basis using msdeploy from TFS2010.
This was working fine until we upgraded to VS2012, our application from .NET Framework 4....
0
If a deployment has a folder full of user generated content, I exclude it from publishing in the .pubxml file with:
<ExcludeFoldersFromDeployment>somefoldername</ExcludeFoldersFromDeploym...
Allnight asked 6/11, 2013 at 14:36
1
Solved
Today I use msbuild to deploy a web application to an iis server. How can I do the same with msdeploy (command line)?
MSBuild.exe myproject.csproj
/P:VisualStudioVersion=11.0
/P:Password=pass
/P:A...
2
Solved
I've been struggling to setup automatic backup, but seems to have hit a wall.
Following this document, and using Powershell, I've enabled the backups (TurnOn-Backups -On $true, then Configure-Backu...
Anglophile asked 14/9, 2012 at 17:37
1
I am trying to use webdeploy to publish a website in VS2012. I can publish but it keeps giving me the following message:
"The project has been modified outside the environment, press reload to loa...
1
I have been trying to get my website deployed on a new VPS running windows server 2012/IIS8. Visual studio can connect and creates the directory structure then fails. Looking at the server logs I g...
Stedfast asked 18/2, 2013 at 8:58
3
When I create a publish profile I have the option to select which Configuration I want the publish to use for this profile. The options are like Debug, Release or any custom defined one like Stagin...
Vocalism asked 17/8, 2012 at 19:16
1
Solved
I use the following script to deploy my ASP.NET MVC app to our web server:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe MySolution.sln^
/p:Configuration=TeamCity-Test^
/p:OutputPath=b...
1
Solved
I am trying to set up auto deployment of a website in the build process. I can publish via Visual Studio 2012, but when I try to have TFS build auto deploy I get a timeout error.
Here is my comman...
Functionalism asked 3/7, 2013 at 21:15
2
Using Team Foundation Server continuous deployment with Web Depoly, is it possible to stop certain folders being deployed? And if it is, how?
UPDATE
You can't specify a skip rule via the command ...
Wivinia asked 30/12, 2012 at 12:5
1
Solved
I am setting up my application for CI&D. I created a DEV-Deploy web.config transform which contains the connection strings for the dev testing environment.
Here are the contents of the Web.D...
Bisector asked 13/6, 2013 at 21:0
2
Solved
MSBuild really seems to like me.
Recently I am trying out the different possibilities to build and deploy from command line.
However I am experiencing some seemingly strange behaviour when I pass a...
Tumbrel asked 17/5, 2013 at 11:58
© 2022 - 2024 — McMap. All rights reserved.