<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx</link><description>Welcome to the Microsoft Web Deployment Team blog - we hope you will find this a helpful place to get the inside scoop plus plenty of tips and tricks from the team who is building the Web Deployment Tool for IIS. So what is this new deployment tool? You</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#3399886</link><pubDate>Fri, 11 Sep 2009 12:40:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3399886</guid><dc:creator>paulbenf</dc:creator><description>&lt;p&gt;Hi, use a win2003 IIS7 server running DNN 4.9, in a hosted centre, we also have the same config on a staging server in our office. We make changes to DNN via staging server (for performance) then upload changes using sql backup and file transfer. This works but is cumbersome, could webdeploy sync these two servers ??&lt;/p&gt;
&lt;p&gt;PaulB&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3399886" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#3028178</link><pubDate>Sun, 22 Mar 2009 15:11:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3028178</guid><dc:creator>graywolf956</dc:creator><description>&lt;p&gt; i just signed in as a nubee &amp;nbsp;i need to learn to develope my own web page with all the fixings. is this the place to start. im also &amp;nbsp;a new user of computers please respond thank you&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3028178" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#3025234</link><pubDate>Fri, 20 Mar 2009 21:16:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3025234</guid><dc:creator>faith_a</dc:creator><description>&lt;p&gt;Hi hannodb, &lt;/p&gt;
&lt;p&gt;This is a very interesting scenario. I think it may be possible to accomplish using skip and replace rules, as well as using parameterization to update files. Can you please post this question on the forums so we can follow-up with you? (it's a little harder to do in blog comments and using the forum will benefit others who have similar requirements)&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;-faith&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3025234" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#3017541</link><pubDate>Wed, 18 Mar 2009 19:00:22 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:3017541</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Hi, we use DotNetNuke (4.9.2) and this stores all the info from the website in SQL, will MSdeploy allow the entire server sync including SQL, its the workgroup edition. MS2003 IIS7&lt;/p&gt;
&lt;p&gt;Thnx&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=3017541" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#2996213</link><pubDate>Tue, 10 Mar 2009 11:24:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2996213</guid><dc:creator>hannodb</dc:creator><description>&lt;p&gt;Hi I'm looking for a deployment tool that can speed up our deployment process.&lt;/p&gt;
&lt;p&gt;The standard MS Deployment tool will not do:&lt;/p&gt;
&lt;p&gt;We have a core project, and several other sites that reference the core. The aspx/ascx are referenced through virtual directories, but the dll's are copied into each project's bin directory. When you build the project using the MS Deployment tool, you get compilation errors due to missing references. If you include the IIS source location, the project builds, but it includes all the virtual directories in the output folder, significantly INCREASING deployment time. There is no way of excluding the virtual directories from the build output, without getting build errors.&lt;/p&gt;
&lt;p&gt; Furthermore, we do not really need a tool to replace the normal compilation of our project: That goes pretty quickly already. What we need, is a tool that move the output files to the different environments. For instance I need the tool to copy the files from my local machine to the staging evironment, and then move it to the live environment. Obviously, you don't want to recompile your project locally when you're moving files from the stage to live environment. &lt;/p&gt;
&lt;p&gt;Also, if we make a change to the core dll's, it would be nice if I can copy the dll's to all the sites with a single click.&lt;/p&gt;
&lt;p&gt;Lastly, and I'm aware that I'm pushing it now, I need it to be able to make surgical updates to aspx,ascx and config files. The reason is that our sites are very dinamic, and we have id's on our controls that does not necesarilly match in different environments. Therefore, if it is possible, I would prever the tool to enable updates on certain lines of code, rather than to just overwrite the older file with a newer copy.&lt;/p&gt;
&lt;p&gt;I know I'm asking for much, but I suppose there is no harm in trying.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2996213" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#2962285</link><pubDate>Tue, 24 Feb 2009 07:50:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2962285</guid><dc:creator>knight online</dc:creator><description>&lt;p&gt;thanks for post.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2962285" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#2920709</link><pubDate>Fri, 06 Feb 2009 07:45:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2920709</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Hello, &lt;/p&gt;
&lt;p&gt;after searching some hours the net for an answer I hope to get an answer here. When you create a Web Site Project in VS2008 and add a Web Deployment Project you can choose to create a single output assembly and leave the aspx and ascx files updateble.&lt;/p&gt;
&lt;p&gt;In this scenario you can deploy your unfinished Web Site to a Webdesigner that modifies the layout and probably some frontend scripting code.&lt;/p&gt;
&lt;p&gt;The problem now is to get those files back in my source tree. As the web deployment project removes the CodeFile attribute of such files I need to readd it manually or write a program that does this step for me. Is my scenario so uncommon and why or am I missing a point? I don't want to give my source code in the page behind files to the designer. The CodeFile attribute destroys some cool flexibilty. I also tried to add the class in the inherits attribute but iis searches explicitly for the codefile if the attribute is present. if there just a search order: first try codefile, than class it would work!&lt;/p&gt;
&lt;p&gt;Your help is greatly appreciated and I am looking forward to an answer!&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2920709" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#2802303</link><pubDate>Thu, 11 Dec 2008 19:17:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2802303</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;What is the release date for MSDeploy RTM? I would like to use this tool in our production environment. Please let us know ASAP.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2802303" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#2792821</link><pubDate>Mon, 08 Dec 2008 13:08:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2792821</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Hi Guys&lt;/p&gt;
&lt;p&gt;Any news on a release date for this tool?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2792821" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#2678851</link><pubDate>Mon, 13 Oct 2008 10:17:13 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2678851</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Hi faith_a&lt;/p&gt;
&lt;p&gt;Is there any release date for this tool? I would love to get my hands on the final version to release onto my production servers.&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2678851" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#2630156</link><pubDate>Thu, 18 Sep 2008 14:30:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2630156</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;Canadian Health&amp;amp;Care Mall started as a multistore based in Toronto and Ottawa in early 90s. Health&amp;amp;Care chain store system has been growing from year to year and finally has resulted in the current online project, as a result of operating not just as a family pharmacy but also as a store of so-called &amp;quot;useful things&amp;quot; . We tried to obtain the benefit from our previous experience and to create a really competing online resource for absolutely any customer. Though the idea is standard you may be absolutely sure that the filling is unique and has no analogues all over the Internet. We would like to admit that our online store is operating independently from the offline store system.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.fytiljywe.com"&gt;http://www.fytiljywe.com&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2630156" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#2607619</link><pubDate>Mon, 08 Sep 2008 16:53:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2607619</guid><dc:creator>PatroKlo</dc:creator><description>&lt;p&gt;Hello, I have an ASP .NET application on Windows Server 2003 with IIS 6.0 and works well, the matter is that the drop in Windows Server 2008 with IIS 7.0 and is not working properly, work only parts of the site, and when you perform an update solve some problems but others appear, my question is, with msdeploy I can solve this problem, or there is any configuration for migration, or someone knows what is the problem?&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2607619" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#2565165</link><pubDate>Mon, 18 Aug 2008 21:08:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2565165</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;I cannot seem to get the remote access service running. &amp;nbsp;I have it installed on my local system (I see the file and have a msdepsvc defined). &amp;nbsp;When I start the service it quickly stops. &amp;nbsp;In the event logs I get:&lt;/p&gt;
&lt;p&gt;Service cannot be started. System.Net.HttpListenerException: The process cannot access the file because it is being used by another process&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Net.HttpListener.AddAll()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Net.HttpListener.Start()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at Microsoft.Web.Deployment.WDAgent.OnStart(String[] args)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)&lt;/p&gt;
&lt;p&gt;I don't know what its talking about. &amp;nbsp;Please note, this is Windows Server 2003; IIS 6.0. &amp;nbsp;I also get these in the event logs:&lt;/p&gt;
&lt;p&gt;Unable to bind to the underlying transport for 0.0.0.0:80. The IP Listen-Only list may contain a reference to an interface which may not exist on this machine. &amp;nbsp;The data field contains the error number.&lt;/p&gt;
&lt;p&gt;Help? &amp;nbsp;Mike Frederick&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2565165" width="1" height="1"&gt;</description></item><item><title>re: Welcome to the Web Deployment Team blog</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#2355839</link><pubDate>Wed, 14 May 2008 00:55:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2355839</guid><dc:creator>ilahiler</dc:creator><description>&lt;p&gt;hanks for your good question and activities in the forum, we love having active community members. This is a bug and we have fixed it for the next milestone after Tech Preview 1... stay tuned!&lt;/p&gt;
&lt;p&gt;Thanks,s&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2355839" width="1" height="1"&gt;</description></item><item><title>Supporto per Web Project in VS2008</title><link>http://blogs.iis.net/msdeploy/archive/2008/01/22/welcome-to-the-web-deployment-team-blog.aspx#2312918</link><pubDate>Tue, 22 Apr 2008 09:32:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2312918</guid><dc:creator>Test</dc:creator><description>&lt;p&gt;Supporto per Web Project in VS2008&lt;/p&gt;
&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2312918" width="1" height="1"&gt;</description></item></channel></rss>