Sign In
Web Development Tools @ Microsoft
Your official information source from the web development tools group at Microsoft.
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search Form
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tag Cloud
.NET
AJAX
Announcements
ASP.NET
CSS and HTML
Development
JScript
MVC
Orcas
Silverlight
silverlight resources
tips and tricks
Vishal R. Joshi
Visual Studio
Visual Studio 2008
visual Studio 2008 sp1
Visual Studio 2010
Visual Web Developer
VS10
VS2008
VWD
WAP
Web
Web 2.0
Web Deployment
Monthly Archives
Archives
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)
Browse by Tags
MSDN Blogs
>
Web Development Tools @ Microsoft
>
All Tags
>
web deployment
Tagged Content List
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
Blog Post:
Dev10 Beta1, Deploy Web application with SQL Express mdf file to host’s SQL server
Web Development Tools Microsoft
For many web applications developed using Visual Studio, developers uses SQL express with mdf database file under app_data folder. If deploying data host requires SQL server, developers have to find ways to deploy the schema and data from mdf file to the host SQL server. Dev10 Beta1 provides an...
on
28 Sep 2009
Blog Post:
VS2010 Beta1 "Delete existing objects before creating" flag for DB Deployment
Web Development Tools Microsoft
Here is an example of end to end scenario of the last blog VS2010 Beta1 Web Application Project Database package and SMO options . Here, we’re going to package a web application and its database with “Delete existing objects before creating” flag, so that we can test the deploy multiple times...
on
2 Jul 2009
Blog Post:
VS2010 Beta1 Web Application Project Database package and SMO options
Web Development Tools Microsoft
In Visual Studio 2010 Beta1 release, SQL server database schema and data can be packaged for deployment along with the website. It utilizes Msdeploy SQL Database provider functionality in IIS team’s msdeploy release. In Visual studio 2010 Beta1, user can set the database package options in...
on
29 Jun 2009
Blog Post:
Basic Microsoft Web Deployment Tool Setup For Visual Studio 2010
Web Development Tools Microsoft
In this blog post I will explain how to get and install the Microsoft Web Deployment Tool, so you can share created packages with others and how to setup a Windows 2008 Server to allow packages to be deployed from Visual Studio 2010 Beta 1. Visual Studio 2010 Beta 1 ships with and installs Microsoft...
on
5 Jun 2009
Blog Post:
Deploying Silverlight Projects using VS10
Web Development Tools Microsoft
With VS10 beta1 environment, you can also install Silverlight 3 beta to combine the power of both. When a Silverlight 3 beta project is compiled, it generates xap file. The web application or website should take the xap as content for Build Action. The following shows what the default Siliverlight...
on
5 Jun 2009
Blog Post:
Free Web Hosting to try ASP.NET 4 Beta1, VS 2010 Beta1 and MS Web Deployment Tool RC1
Web Development Tools Microsoft
Today we are announcing the availability of FREE HOSTING accounts for web developers to try out the new feature sets of Visual Studio 2010 Beta1, ASP.NET 4 Beta1 and Microsoft Web Deployment Tool (MsDeploy) RC1… VS 2010 has great set of features on deploying web applications seamlessly… One...
on
1 Jun 2009
Blog Post:
Visual Studio 2010 and ASP.Net 4.0 (Beta1)
Web Development Tools Microsoft
The public release of Visual Studio 2010 Beta 1 is now available and can be downloaded here . This is one of the most compelling updates to Visual Studio we’ve seen in years. The entire IDE has been refreshed with a new look and all the code editors including the HTML and ASPX editors have replaced...
on
20 May 2009
Blog Post:
Web Deployment: Web.Config Transformation
Web Development Tools Microsoft
We have earlier discussed about Web Deployment and Web Packaging quite a bit, today I wanted to dive into web.config transformation. If you would like to check out the other topics please read through the earlier blog posts below: Web Deployment with VS 2010 and IIS Web Packaging: Creating a Web Package...
on
5 May 2009
Page 1 of 2 (29 items)
1
2