Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
.NET Web Development and Tools Blog
>
All Tags
>
sayed ibrahim hashimi
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
22 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
Build
CSS
customer
Database
MSBuild
MSDeploy
publish
SayedHa
Visual Studio
Visual Studio 2010
Visual Studio 2010 Sp1
Visual Studio 2012 RC
Visual Web Developer
WAP
Web
Web Deployment
Web Deployment Tool
Web Development
Web.config
Web.Config Transformation
xml
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:
XDT (XML Document Transform) released on codeplex.com
Sayed-Ibrahim-Hashimi
In Visual Studio 2010 we introduced a simple and straight forward method of transforming web.config during publishing/packaging. This support is called XML Document Transform, aka XDT. It allows you to transform any XML file, not just web.config. To learn more about XDT check out the docs . Since we...
on
22 Apr 2013
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:
Visual Studio project compatibility and VisualStudioVersion
Sayed-Ibrahim-Hashimi
One of the most requested features of Visual Studio 2012 was the ability to open projects in both VS 2012 as well as VS 2010 ( requires VS 2010 SP1 ). In case you haven’t heard we did implement that feature. You may be wondering how we were able to do this and how this may impact you. If you open the...
on
21 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:
Plans regarding Website projects and Web Deployment Projects
Sayed-Ibrahim-Hashimi
The release of Visual Studio 2012 is right around the corner . If you’ve been following our blog/twitter then you may know that many of the Web related components of Visual Studio are now“out-of-band”, meaning that we can update them independently of Visual Studio itself. Because of this we are planning...
on
6 Aug 2012
Blog Post:
Visual Studio 2012 RC Web Tooling Extensions update
Web Development Tools Microsoft
If you have been following our blog and twitter accounts then you most likely have heard that some of the Web components of Visual Studio 2012 are now “Out of Band”. What that means is that we can update those components separately from Visual Studio itself. Because of this we will be posting updates...
on
12 Jul 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:
VS Publish dialog Update Database dialog disabled
Web Development Tools Microsoft
If you have tried out our new Web Publish experience in Visual Studio you may have noticed that the Update Database checkbox is disabled. See the image below. The intended behavior of this checkbox is to enable you to incrementally publish your database schema from the source (the connection string in...
on
14 Jun 2012
Blog Post:
How to compress CSS/JavaScript before publish/package
Web Development Tools Microsoft
Today I saw a post on stackoverflow.com asking Using Microsoft AJAX Minifier with Visual Studio 2010 1-click publish . This is a response to that question. The Web Publishing Pipeline is pretty extensive so it is easy for us to hook in to it in order to perform operation such as these. One of those extension...
on
24 Feb 2011
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:
Visual Studio 2010 SP1 Beta IIS Express Integration
Web Development Tools Microsoft
A few days ago Jason Zander blogged about the availability of Visual Studio SP1 Beta (all links below in resources section). I am happy to let you guys know that with SP1 Beta we have enabled integration of IIS Express into Visual Studio. After you have installed SP1 Beta you have to download IIS Express...
on
11 Dec 2010
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:
ASP.NET Web Projects: web.debug.config & web.release.config
Web Development Tools Microsoft
DIsclaimer: You may experience some in-consistent behavior using this technique. If so please let us know. I have heard a lot of questions and confusion regarding web.debug.config and web.release.config. For example here is just one question on StackOverflow . The question states: Hello, I want...
on
26 Oct 2010
Page 1 of 1 (20 items)