Visual Studio 2005 Web Deployment Project support available for Download

I blogged about it earlier this week: http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx

Now you can download it here: http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx

The team is standing by to answer questions here: http://forums.asp.net/138/ShowForum.aspx

Enjoy!

- Scott

Published Thursday, November 10, 2005 9:25 PM by ScottGu

Comments

# re: Visual Studio 2005 Web Deployment Project support available for Download

Friday, November 11, 2005 4:37 PM by bill burrows [MVP]
Great stuff Scott. One little thing - might I suggest that you talk to the ownwer of the "MSDN Authoring Template" and suggest that page numbers be added to the template :)

Thanks.

# re: Visual Studio 2005 Web Deployment Project support available for Download

Wednesday, November 16, 2005 5:51 AM by A VS 2005 Fan
When is this planned to be released?

# re: Visual Studio 2005 Web Deployment Project support available for Download

Saturday, November 19, 2005 12:34 AM by scottgu
Hi A VS 2005 Fan,

You can actually download it now from the second link above.

Hope this helps,

Scott

# re: Visual Studio 2005 Web Deployment Project support available for Download

Tuesday, November 29, 2005 11:57 AM by Tempus Fugate
Excellent work guys!

# re: Visual Studio 2005 Web Deployment Project support available for Download

Tuesday, November 29, 2005 9:08 PM by Nathan
First , thanks for your informative articles Scott; you've helped me tremendously.

Secondly, Is there a solution for having the build number auto increment? Quite handy for the testers.

Thanks,
Nathan

# Some .NET 2.0 links

Sunday, May 28, 2006 11:51 AM by Keyvan Nayyeri

 In last week I found some cool links about Visual Studio 2005 and ASP.NET 2.0:

Building .NET 1.1...

# re: Visual Studio 2005 Web Deployment Project support available for Download

Wednesday, May 31, 2006 5:36 PM by adam
hi,

Any option to include XML documentation?  It seems to be missing from the default VS 2005 gui for web projects.

Cheers,

# re: Visual Studio 2005 Web Deployment Project support available for Download

Thursday, June 01, 2006 1:16 AM by ScottGu
Hi Adam,

VS 2005 Web Application Projects support XML documentation.  VS 2005 Web Site Projects don't -- but if you migrate to a web application project you will be all set.

Details on how to migrate a web site project to be a web application project can be found here: http://webproject.scottgu.com

Hope this helps,

Scott

# Some .NET 2.0 links

Sunday, July 16, 2006 4:23 AM by Keyvan Nayyeri

In last week I found some cool links about Visual Studio 2005 and ASP.NET 2.0: Building .NET 1.1 Projects

# re: Visual Studio 2005 Web Deployment Project support available for Download

Saturday, August 12, 2006 5:53 PM by Roger Willcocks
I've found a MAJOR issue with this. It applies to using Profiles. The full description is here: http://forums.l-space-design.com/blogs/day_of_the_developer/archive/2006/08/12/223.aspx But basically. When using the web depployment project to create a single DLL. HostEnvironment.IsHosted = true So BuildManager.GetProfileType() is called. that returns _profileType But BuildManager.CodeAssemblies and _profileType (among others) are never initialised. So you get an ArgumentNullException on Activator.CreateInstance when retrieving profiles. I think IsHosted is correct, and the problem is that CompileCodeDirectory (which sets those two variables) is either never called, or fails.

# re: Visual Studio 2005 Web Deployment Project support available for Download

Saturday, August 12, 2006 5:58 PM by Roger Willcocks
As a new addendum. If the bin directory contains: App_Code.compiled It works. That means "Web Deployment" uncheck "Treat as library component" But that's not going to help if I need to merge this set of code with another set on the same website unless you can merge multiple versions of that file into a single file.

# re: Visual Studio 2005 Web Deployment Project support available for Download

Tuesday, September 12, 2006 5:10 PM by Rich
I was able to get it to change the confSource for the connectionStrings section with no problem, but I am having trouble doing the same with the customErrors section. Is this because it is not at the root level like connectionStrings is? Is there a work around for this? Thanks in advance

# re: Visual Studio 2005 Web Deployment Project support available for Download

Friday, September 15, 2006 3:16 AM by ScottGu

Hi Rich,

Can you send me an email with the syntax you are trying to use for the customErrors section?

Thx!

Scott

# re: Visual Studio 2005 Web Deployment Project support available for Download

Tuesday, October 03, 2006 12:59 PM by Martin
Hi, PLS can somebody post here the current link for download ? The link at the top is not functional :(

# re: Visual Studio 2005 Web Deployment Project support available for Download

Tuesday, October 03, 2006 5:23 PM by ScottGu

Hi Martin,

The link on MSDN was broken temporarily.  You can find it here now: http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx

Hope this helps,

Scott

# re: Visual Studio 2005 Web Deployment Project support available for Download

Friday, October 06, 2006 7:09 AM by Tony McCormack
G'day all, Looks really impressive - is there any way to implement this in Visual Web Developer Express? Or is it only available to the full blown Vis Studio? Cheers Tm.

# re: Visual Studio 2005 Web Deployment Project support available for Download

Friday, October 06, 2006 7:11 AM by Tony McCormack
Never mind me...I just read the fine print at the bottom of the msdn download link: "Note: Web Deployment Projects are not supported in Visual Web Developer Express Edition." :P Cheers anyway tm

# Brennan’s Blog » Blog Archive » MSBuild: Web Deployments (5 of 7)

PingBack from http://brennan.offwhite.net/blog/2006/11/30/msbuild-webdeployments-5of7/

# re: Visual Studio 2005 Web Deployment Project support available for Download

Monday, December 04, 2006 7:47 AM by Joshua

http://forums.l-space-design.com/blogs/day_of_the_developer/archive/2006/08/12/223.aspx

please solve this, other people are screaming over it and smart people keep posting about it and no one seems to solve it

# re: Visual Studio 2005 Web Deployment Project support available for Download

Friday, January 05, 2007 11:36 AM by Joshua

Has the WDP broken Profile issue been fixed with the new SP1 of visual studio?

# re: Visual Studio 2005 Web Deployment Project support available for Download

Saturday, January 06, 2007 6:26 PM by ScottGu

Hi Joshua,

If you generate the app_code.compiled file, then you shouldn't have a problem using the Profile API with a web deployment project.

Thanks,

Scott

# re: Visual Studio 2005 Web Deployment Project support available for Download

Monday, January 08, 2007 8:44 PM by Joshua

I know but i wish to upload multiple dll's to the same bin folder and dont want to generate the app_code.compiled file.  I want the box "checked"

# re: Visual Studio 2005 Web Deployment Project support available for Download

Monday, January 29, 2007 9:56 AM by Daniel

Ok, so i see we can merge the whole website to a single dll, or multiple dlls by folder or each page.  so if i want to finish a website, and make some pages/controls editable with source code, and others not(by just using the dll), is this a possibilty? or is it an all or nothing deal, which it seems at first glance? thanks!

# re: Visual Studio 2005 Web Deployment Project support available for Download

Wednesday, March 14, 2007 12:09 AM by Eddie

please check out my thread on asp.net forums regarding a problem i have with the Web Deployment Project add-in not starting:

http://forums.asp.net/thread/1618987.aspx

thanks

# VS 2005 Web Deployment Projects

Friday, January 04, 2008 12:08 AM by .net's

Update:Thisshipedafewdaysago.