Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
.NET Web Development and Tools Blog
>
All Tags
>
web deployment
Server & Tools Blogs
>
Developer Tools Blogs
>
.NET Web Development and Tools Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
.NET Web Development and Tools Blog
Your official information source from the .NET Web Development and Tools group at Microsoft.
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
ASP.NET hosts six community created SPA templates now
Posted
17 days ago
by
Xinyang Qiu
0
Comments
Please update to the latest version of Web Essentials 2012 after installing VS2012 Update 2
Posted
21 days ago
by
Xinyang Qiu
2
Comments
Seeking Feedback on Alternative Formats for ASP.NET MVC and Deployment Content Maps
Posted
23 days ago
by
Tom Dykstra - MSFT
2
Comments
XDT (XML Document Transform) released on codeplex.com
Posted
1 month ago
by
Sayed-Ibrahim-Hashimi
3
Comments
Live Now on Developer Tools Blogs
Tags
.NET
1-ClickPublish
ASP.NET
ASP.NET 4
Beta
Database
MSDeploy
Package
PM
publish
Sayed Ibrahim Hashimi
SayedHa
target extension
target file
Vishal R. Joshi
Visual Studio
Visual Studio 2010
Visual Web Developer
VS10
VWD
WAP
Web
Web Deployment Tool
Web.config
Web.Config Transformation
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
May 2013
(2)
April 2013
(3)
March 2013
(6)
February 2013
(6)
January 2013
(6)
December 2012
(7)
November 2012
(8)
October 2012
(7)
September 2012
(9)
August 2012
(22)
July 2012
(1)
June 2012
(4)
May 2012
(1)
April 2012
(1)
March 2012
(6)
February 2012
(3)
January 2012
(1)
September 2011
(6)
August 2011
(1)
June 2011
(3)
March 2011
(2)
February 2011
(1)
January 2011
(5)
December 2010
(2)
November 2010
(4)
October 2010
(2)
September 2010
(3)
August 2010
(2)
July 2010
(1)
June 2010
(3)
May 2010
(6)
April 2010
(13)
March 2010
(9)
February 2010
(8)
November 2009
(1)
October 2009
(10)
September 2009
(5)
July 2009
(2)
June 2009
(10)
May 2009
(3)
April 2009
(4)
March 2009
(10)
February 2009
(6)
January 2009
(7)
December 2008
(2)
November 2008
(8)
October 2008
(10)
September 2008
(7)
August 2008
(9)
July 2008
(3)
June 2008
(7)
May 2008
(8)
April 2008
(7)
March 2008
(8)
February 2008
(6)
January 2008
(3)
December 2007
(6)
November 2007
(3)
October 2007
(2)
September 2007
(2)
August 2007
(3)
July 2007
(7)
June 2007
(6)
May 2007
(3)
April 2007
(5)
March 2007
(6)
February 2007
(3)
January 2007
(2)
December 2006
(3)
November 2006
(6)
October 2006
(1)
September 2006
(1)
August 2006
(4)
July 2006
(4)
June 2006
(1)
May 2006
(7)
April 2006
(3)
More
▼
Less
▲
Tagged Content List
Blog Post:
Real Scenario: folder deployment scenarios with MSDeploy
Sayed-Ibrahim-Hashimi
Hi everyone Sayed here. I recently had a customer, Johan, contact me to help with some challenges regarding deployment automation. He had some very specific requirements, but he was able to automate the entire process. He has been kind enough to agree to write up his experience to share with everyone...
on
9 Jan 2013
Blog Post:
Web Deploy (MSDeploy) how to sync a folder
Sayed-Ibrahim-Hashimi
Today I saw the following question on StackOverflow MSDeploy - Deploying Contents of a Folder to a Remote IIS Server and decided to write this post to answer the question. Web Deploy (aka MSDeploy) uses a provider model and there are a good number of providers available out of the box. To give you an...
on
22 Aug 2012
Blog Post:
Profile specific web.config transforms and transform preview
Sayed-Ibrahim-Hashimi
When we released VS2010 we add support for web.config (XDT) transforms during publish/package. Note: From now on I’ll only use the word publish from now on but the full content relates to packaging as well. In the original implementation when you published your web project the web.config file would be...
on
20 Aug 2012
Blog Post:
More info on publish links in Visual Studio 2012
Sayed-Ibrahim-Hashimi
Within the web publishing tools in Visual Studio there are a few places where we point to more resources. For example if you open a VS publish profile (.pubxml) file you will see a link in the comments pointing to http://go.microsoft.com/fwlink/?LinkID=208121 . Note: you can find the VS publish profiles...
on
15 Aug 2012
Blog Post:
How to create Web Deploy packages in Visual Studio 2012
Sayed-Ibrahim-Hashimi
When building Visual Studio 2012 we made an effort to reduce the amount of menu options which are shown on toolbars as well as context menus. If you have used any of the pre-release versions of VS 2012 then you might have noticed that the Build Deployment Package and Package/Publish Settings context...
on
9 Aug 2012
Blog Post:
Visual Studio 2010 Web Publish Updates
Web Development Tools Microsoft
Last week we rolled out some updates for our Visual Studio 2010 Web Publishing Experience. This post will give you an overview of the new features which we released. In the coming weeks there will be more posts getting into more details regarding individual features. You can get these updates in the...
on
15 Jun 2012
Blog Post:
ASP.NET providers and SQL Azure
Web Development Tools Microsoft
We have two sets of ASP.NET providers which currently exist; the ASP.NET SQL providers , and the ASP.NET Universal Providers . In VS 2010 the SQL providers were in only providers used for our project templates. In VS 2012 we have switched to using the Universal Providers. One of the drawbacks of the...
on
14 Jun 2012
Blog Post:
Database settings in the VS Publish dialog
Web Development Tools Microsoft
In Visual Studio 2010 we introduced a database publishing experience in the Package/Publish SQL (PP/SQL) properties page. This support relies on generating create scripts from the source database and then executing those scripts when you publish your web application. For more details regarding this feature...
on
14 Jun 2012
Blog Post:
Video on Web Deployment using Visual Studio 2010 and MSDeploy
Web Development Tools Microsoft
Back in November I participated in Virtual Tech Days which is an online conference presented by Microsoft. In the session I discussed the enhancements to web deployment using Visual Studio 2010 and MSDeploy. Some of the topics which I covered includ: web.conig (XDT) transforms How to publish to local...
on
8 Jan 2011
Blog Post:
XDT (web.config) Transforms in non-web projects
Web Development Tools Microsoft
One of the really cool features that we shipped for Visual Studio 2010 was web.config (XDT) transformations . Because the transformations are so simple and straightforward one of the first questions that someone asks after using it is “how can I use this in my other projects?” Unfortunately this feature...
on
17 Nov 2010
Blog Post:
ASP.NET Web Application: Publish/Package Tokenizing Parameters
Web Development Tools Microsoft
Today I just saw a question posted on stackoverflow.com asking Why are some Web.config transforms tokenised into SetParameters.xml and others are not ? Let me give some background on this topic for those who are not aware of what the question is. With Visual Studio 2010 when you package your application...
on
10 Nov 2010
Blog Post:
Web Deploy: How to see the command executed in Visual Studio during publish
Web Development Tools Microsoft
I just saw a post on Twitter asking the question Is there any easy way to see the underlying MSBuild command when building in VS2010? Want to see the MSDeploy params. @ wdeploy ? One thing to know is that when you publish from Visual Studio, by default we use the MSDeploy (AKA Web Deployment Tool...
on
3 Nov 2010
Blog Post:
An example of packaging web application containing database upgrade SQL file
Web Development Tools Microsoft
A few months ago, we have a blog talking about extending the web publishing pipeline to package database project deployed SQL file. In this blog, I’ll show step by step example of packaging web application with SQL Server database upgrade SQL file using Visual Studio 2010. This way, we can...
on
9 Aug 2010
Blog Post:
A practical example of using web application deployment package with IIS7
Web Development Tools Microsoft
When a zip package is built from VS2010 web application UI (via Build Deployment Package command), or through command line (msbuild myproject.csproj /t:package), a few files are generated in the destination folder. Here’s some brief description: File Name Description myApp.deploy-readme.txt Read me file...
on
25 Jun 2010
Blog Post:
The Aspnet Compiler Build Task in Visual Studio 2010 ASP.Net MVC 2 Projects
Web Development Tools Microsoft
If you crack open the project file in an ASP.Net MVC 2 application (in notepad or unload your project and then click “ Edit *.proj” ), you will notice an interesting line. <MvcBuildViews>false</MvcBuildViews> This is an option to enable a post build task that will run the Asp_net...
on
14 May 2010
Blog Post:
Hosting for ASP.NET 4.0 & Web Deploy from ORCS Web, DiscountASP, and MaximumASP
Web Development Tools Microsoft
Visual Web Developer 2010 Express offers a great set of features for deploying web applications seamlessly. One of the key features is the ability to publish your web application from VS 2010 to a remote hosted web server along with its dependencies like SQL Server database using “Web One Click Publish...
on
5 May 2010
Blog Post:
Web Deployment: Excluding Files and Folders via the Web Application’s Project File
Web Development Tools Microsoft
Web Deployment (see this posting for an overview) offers a set of pre-determined options to allow users to include the most common sets of files for deployment. These options are as follows and can be found under the “Items to deploy” section on the Package / Publish Web property page. Only...
on
22 Apr 2010
Blog Post:
One-Click Publish - What's New Since Beta 2
Web Development Tools Microsoft
Publishing using MSDeploy In-Process Deployment or Remote Agent Through the Beta 2 release, VS 2010 had only supported publishing to servers using MSDeploy's IIS deployment handler technology integrated with the “Web Management Service”, a.k.a. WMSVC. As long as you had an account on a hosting server...
on
20 Apr 2010
Blog Post:
Extending the Web Publishing Pipeline to package database project deployed SQL file
Web Development Tools Microsoft
A Visual Studio solution file may contain both database project and a web application project. When deploying (not building) the database project, it can generate a .sql file containing the full sql file or an incremental upgrade file against a database. This blogs walkthrough one way to...
on
24 Mar 2010
Blog Post:
Issue with dependent assemblies when rebuilding a WAP and the Workarounds
Web Development Tools Microsoft
In Visual Studio 2010, the dependent assembly of a custom control assembly will be deleted from the project’s Bin folder on project clean or rebuild if the project does not contain a reference to that dependent assembly. The result will be a WAP that successfully builds but fails at runtime. When adding...
on
11 Mar 2010
Blog Post:
Free Sandbox Hosting for Visual Studio 2010 RC and ASP.NET 4.0 RC from ORCS Web
Web Development Tools Microsoft
ORCS Web has updated their Hosting Sandbox for Visual Studio 2010 RC and ASP.NET 4.0 RC. http://vs2010host.com To learn more about the new Web Deployment features in Visual Studio 2010 check out this Step by Step Walkthrough on Web 1-Click Publish with VS 2010 To provide feedback on the RC please visit...
on
5 Mar 2010
Blog Post:
How to package and deploy COM component
Web Development Tools Microsoft
I’ll use a walkthrough example to show how to package a web application with speech API COM component using Visual Studio 2010. I wrote and tested the sample in Win7 x86 with IIS7.5, and packaged and manually installed to win2k3 x86 IIS6 (which only had 3.5 framework installed). 1. Create a C#...
on
3 Mar 2010
Blog Post:
How to package .NET assemblies
Web Development Tools Microsoft
If we want to package and deploy .NET assemblies for a web application only, we can simply reference them and change their “Copy Local” property to “True”. For example, we can do the following to package a MVC project from VS2010. Create a MVC project In its references, change the following three...
on
19 Feb 2010
Blog Post:
Free Sandbox Hosting for Visual Studio 2010 RC and ASP.NET 4.0 RC from Discount ASP.NET
Web Development Tools Microsoft
Discount ASP.Net has updated their Hosting Sandbox for Visual Studio 2010 RC and ASP.NET 4.0 RC. http://www.discountasp.net/press/2010_02_16_free-asp.net-4.0-RC-hosting.aspx To learn more about the new Web Deployment features in Visual Studio 2010 check out this Step by Step Walkthrough on Web 1-Click...
on
15 Feb 2010
Blog Post:
How to extend target file to include registry settings for web project package
Web Development Tools Microsoft
Web project package and deployment targets files are written with extensibility in mind. User can easily extend a property to include more functionalities in their package by using msbuild targets and properties. If we check the Microsoft.Web.Publishing.targets file under “%Program Files...
on
9 Feb 2010
Page 1 of 2 (37 items)
1
2