web-deployment-project
Is there a way to stop VS2008 Web Deployment Project from creating Source folder when using ExcludeFromBuild?
When excluding files in Web Deployment Project using ExcludeFromBuild e.g. <ItemGroup> <ExcludeFro开发者_JS百科mBuild Include=\"$(SourceWebPhysicalPath)\\**\\*.csproj*\"/>[详细]
2023-02-17 10:47 分类:问答Web.config Transform variables
Is it possible to include variables in a web.config transform file? For each environment, I have basically the same transform, just with different values.For example, for the development environment,[详细]
2023-02-15 14:39 分类:问答Deploying asp.net application(.Net4.0) package on to IIS 6.0
I have created a asp.net application project in Visual Studio 2010 (.net 4.0). I had published it using Project-> 开发者_JS百科Build Deployment Package. It generated .zip file along with files having[详细]
2023-02-13 02:09 分类:问答TFS MsBuild and Web Deployment Project randomly fail
We have a build running on a TFS2008 build server and one of the builds 开发者_开发知识库has started failing. It looks as if the aspnet_compile step of the Web Deployment project (wdproj) has stopped[详细]
2023-02-08 01:12 分类:问答I try to add simple java project to Deployment Assembly and it disappear
Hi stackoverflower, I use eclipse Helios and this is my problem. I have main project name 开发者_高级运维main. It is Dynamic Web Project.[详细]
2023-02-07 06:11 分类:问答Web Deployment Project / MSBuild - TempBuildDir
When using the Web Deployment Project MSBuild uses the folder \'.TempBuildDir\' when performing the build.Is it possible to specify an alter开发者_Python百科native folder? In C:\\Program Files\\MSBuil[详细]
2023-02-04 08:46 分类:问答How do I get web config transforms to work with Web Deployment Projects?
I installed Visual Studio Web Deployment Projects 2010 and added a deployment project to my solution.When I 开发者_运维知识库build the deployment project, it does not apply the web.config transform fi[详细]
2023-02-02 21:40 分类:问答How to deploy an ASP.NET website with a Linq to Sql component
I have a .NET 3.5 web application that I recently added some Linq to Sql functionality to -- a dbml file, etc. Locally, it works fine.[详细]
2023-01-28 18:44 分类:问答ExcludeFromBuild failing in VS2010 web deployment project
I have a web deployment project that is misbehaving. I have inherited an App_Data folder that contains a substantial number of .pdf files. Some of the filenames include invalid characters and are over[详细]
2023-01-27 03:25 分类:问答"Incorrect Format" reference error while building Web Deployment project in TeamCity
I began setting up a TeamCity server a couple days ago for use in automated testing and CI.We mainly do VB.net web apps and up until now, it had been checking out things and building just fine.[详细]
2023-01-25 08:01 分类:问答