Hi TechChaser,
Unfortunately partial compiled deployment of App Code is not available in the VS UI... ![]()
-Vishal
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Hi TechChaser,
Unfortunately partial compiled deployment of App Code is not available in the VS UI... ![]()
-Vishal
Overview Post on Web Deployment with VS 2010 can be found at http://vishaljoshi.blogspot.com/2009/09/overview-post-for-web-deployment-in-vs.html
<?xml version="1.0" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
<xsl:template match="/configuration/appSettings">
<xsl:copy>
<xsl:apply-templates select="node()|@*"/>
<xsl:element name="add">
<xsl:attribute name="key">NewSetting</xsl:attribute>
<xsl:attribute name="value">New Setting Value</xsl:attribute>
</xsl:element>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>
Daniel,
Glad to know that you like the new UI... That was our goal as well... There are tiny yeh!! and nah!! all over the place but trust me the usability team over here spent a tons of time in looking into usability in great detail to come up with all the
new models...
About app.config, we have heard that request and if you can send me an email @
vishal.joshi@microsoft.com on this then I will try to follow up with appropriate people to see if we can consider doing it... Essentially more the votes the easier it is to push up the priority...![]()
-Vishal
Slace,
Yes MSDeploy Publish feature will be accessible via MSBuild as well so setting up CI with it will be possibly...
-Vishal