ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

This week my team released updates of the ASP.NET AJAX Control Toolkit as well as the Visual Studio Web Deployment project packager.  Both of these updates are designed to work with VS 2008 and .NET 3.5.

ASP.NET AJAX Control Toolkit

The ASP.NET AJAX Control Toolkit is a free download and contains more than 40 additional AJAX controls and components that work on top of the core ASP.NET AJAX functionality now built-into .NET 3.5 (and available as a separate download for ASP.NET 2.0).  In addition to having Microsoft developers contribute, the project also has dozens of non-Microsoft contributors adding great features and controls. 

The ASP.NET AJAX Control Toolkit update shipped this week fixes some issues that people were running into when using the control toolkit's extender controls with the VS 2008 Web designer.  The only change made was to adjust the version string number of the control toolkit assemblies (David Anson has more details of the change here).  I'd definitely recommend downloading the update if you are using VS 2008 or Visual Web Developer 2008 Express.

You can also find a steady stream of articles about ASP.NET AJAX and the ASP.NET AJAX Control Toolkit via my Link Listing series (in particular check my post here for a dedicated ASP.NET AJAX link post).  Also read my previous post on using ASP.NET AJAX Control Extenders in VS 2008 to learn more about the integrated design-time support that you now get with the ASP.NET AJAX Control Toolkit in VS 2008 and Visual Web Developer 2008 Express. 

Lastly, check out the great ASP.NET AJAX videos on the www.asp.net site here and here.

Visual Studio 2008 Web Deployment Project Support

Late last night my team also posted the VS 2008 Web Deployment project download option for VS 2008.  Web Deployment projects can be used with either the "Web Site" or "Web Application Project" options built-into VS 2008, and provide a few additional build, packaging and deployment options for you to use.  You can read an old tutorial post of mine here to learn more about they work.

This week's VS 2008 Web Deployment Project download supports all of the existing features provided by the VS 2005 web deployment download.  It also adds additional support for:

  • Easily migrating VS 2005 Web Deployment Projects to VS 2008 Web Deployment Projects
  • Replacing output only if web deployment builds succeed
  • IIS7 Support

You can learn more about this week's download here and download it directly here.  We are calling this week's download the "December CTP" so that we can incorporate feedback on the new features.  We are then going to ship the final release on the web next month.

Hope this helps,

Scott

Published Saturday, December 01, 2007 11:26 AM by ScottGu

Comments

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 3:21 PM by Fisher Ning

Scott, Thanks, I'm waiting for MVC first preview.

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 3:26 PM by davidacoder

I might just have missed it so far, but the number one feature I would like to see in web deployment projects is an option "Publish..." that allows me to specify a target (i.e. my remote web server) and then takes the output of the web deployment project and copies it over there.

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 3:31 PM by Long

Hi Scott,

Thanks for the great articles over the couples of years.

When do you guys plan to release MVC framework ?

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 3:43 PM by kevindente

Scott,

Is there a reason that the web deployment project stuff wasn't integrated into VS2008 the way the WebApp project was?

# AJAX coding school » Blog Archive » AJAX Tutorials

Saturday, December 01, 2007 4:14 PM by AJAX coding school » Blog Archive » AJAX Tutorials

Pingback from  AJAX coding school  » Blog Archive   » AJAX Tutorials

# ScottGu and his team strike again

Saturday, December 01, 2007 5:09 PM by DotNetKicks.com

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 5:28 PM by ScottGu

Hi DavidACoder,

>>>>>> I might just have missed it so far, but the number one feature I would like to see in web deployment projects is an option "Publish..." that allows me to specify a target (i.e. my remote web server) and then takes the output of the web deployment project and copies it over there.

One option to look at is to use MSBuild to achieve this.  Web deployment projects are themselves just msbuild based project files - so you can add any MSBuild task you want to customize the publishing process.

Here are two older posts I've done that points to a few MSBuild tasks that might help with this:

weblogs.asp.net/.../Great-Free-MSBuild-Tasks-Available-for-Download.aspx

weblogs.asp.net/.../438061.aspx

We are also working on a web publishing framework for IIS (it will work with both IIS6 and IIS7) that we'll ship early next year.  It handles deploying applications remotely (either to a single machine or across a webfarm) and supports versioning.  You could use this either standalone to deploy applications and/or kick it off at the end of a web deployment build.

Hope this helps,

Scott

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 5:28 PM by ScottGu

Hi Long,

>>>>>> When do you guys plan to release MVC framework ?

We are shooting to ship the first preview of the MVC framework next week.

Thanks,

Scott

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 5:29 PM by ScottGu

Hi Kevin,

>>>>>>> Is there a reason that the web deployment project stuff wasn't integrated into VS2008 the way the WebApp project was?

Mainly due to time we couldn't get it into the core setup package (we also wanted the ability to more easily rev it before the next major VS release - and shipping it separately gives us that ability).

Hope this helps,

Scott  

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 5:44 PM by toyash

Scott.

Thanks.

I am waiting for MVC Framework release. Please do let us know when you are planning for its first release.

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 7:30 PM by PK

Hi ScottGu,

You said:

"We are also working on a web publishing framework for IIS (it will work with both IIS6 and IIS7) that we'll ship early next year.  It handles deploying applications remotely (either to a single machine or across a webfarm) and supports versioning.  You could use this either standalone to deploy applications and/or kick it off at the end of a web deployment build."

Kewl. just a few questions about this.

1) If our servers are PHYSICALLY remote, will we be able to 'publish' to these servers over the net? (ie. use IP address instead of \\<server name>).

2) If so, can we configure the remote port ourselfs (just to obfuscate the publish port a bit more, to protect us from hack attempts).

3) Lastly, if this remote publish by IP address (see question #1 about this), then i'm assuming multiple IP's can be handled, for the web farm scenario suggested by you.

Lastly - i strongly think this new web deployment scenario you are looking to get released "early next year" will be one of the biggest gain benefits for us developers/release managers in eons with regards to the VS product suit. TFS was the last _huge_ benefit in recent years (IMO), followed by the up'n'coming MVC + Linq imo .. and now this. (remember, i'm talking about my thoughts on the _biggest_ benefit, with regards to what the upgrade had previously... if it had anything)

If only the (msbuild) tasks were a hell of a lot more easier to do, via some UI screens instead of hacking the xml file .. deployments will be a simple yet massive strong point to the VS product suit.

Great stuff mate! Looking forward to some more info.

PK - from Melbourne, Australia.

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 7:41 PM by ScottGu

Hi PK,

>>>>>>> Kewl. just a few questions about this.

>>>>>>> 1) If our servers are PHYSICALLY remote, will we be able to 'publish' to these servers over the net? (ie. use IP address instead of \\<server name>).

Yes - we will support remote publishing over the net.

>>>>>>> 2) If so, can we configure the remote port ourselfs (just to obfuscate the publish port a bit more, to protect us from hack attempts).

The ports will be completely configurable

>>>>>>> 3) Lastly, if this remote publish by IP address (see question #1 about this), then i'm assuming multiple IP's can be handled, for the web farm scenario suggested by you.

Yes - it will support multiple machines for farm situations.

>>>>>>>> Lastly - i strongly think this new web deployment scenario you are looking to get released "early next year" will be one of the biggest gain benefits for us developers/release managers in eons with regards to the VS product suit. TFS was the last _huge_ benefit in recent years (IMO), followed by the up'n'coming MVC + Linq imo .. and now this. (remember, i'm talking about my thoughts on the _biggest_ benefit, with regards to what the upgrade had previously... if it had anything)

Hope so! :-)

Thanks,

Scott

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 7:43 PM by Poor Man

>>>> You could use this either standalone to deploy applications and/or kick it off at the end of a web deployment build.

Would that address my criticism on the webdevtools blog (blogs.msdn.com/.../web-deployment-projects-wdp-for-visual-studio-2008-december-2007-ctp-released.aspx)?

There my comment is that Web Deployment Projects for Visual Studio 2008 is constrained more than WDP for VS 2005, in that it is prevented from running standalone.

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 8:00 PM by ScottGu

Hi "Poor Man",

>>>>>>>>> Would that address my criticism on the webdevtools blog (blogs.msdn.com/.../web-deployment-projects-wdp-for-visual-studio-2008-december-2007-ctp-released.aspx)?

>>>>>>>>> There my comment is that Web Deployment Projects for Visual Studio 2008 is constrained more than WDP for VS 2005, in that it is prevented from running standalone.

The aspnet_merge.exe utility now actually ships built-into Visual Studio 2008 - which is why it isn't in the web deployment setup.

Your scenario of wanting to run it on an express installation is a good one though - i will forward it to the team to see if they can enable.

Thanks,

Scott

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Saturday, December 01, 2007 8:13 PM by Poor Man

>>>> Your scenario of wanting to run it on an express installation is a good one though - i will forward it to the team to see if they can enable.

Thanks Scott. The team will also need to adjust the wording of the licence agreement (as per my second comment on that blog), in order to make the standalone/express installation legitimate.

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 12:14 AM by Al Pascual

Scott,

Great to know you are working over the weekend! Impressed how many comments you already have! Again, thanks so much for the info. When can we expect the Silverlight 2.0 features included on that release?

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 12:19 AM by IndigoDai

What is the goal of .NET Framework,please tell us who care .NET Framework  ?

Some words from Don Box Blog:

    And naturally, I hope my brothers and sisters here at MSFT who work on .NET will take note - those who don't learn from history are condemned to repeat it.  I can feel "Beyond .NET" being pitched to acquisition editors already…

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 5:01 AM by davidacoder

Excellent, thanks for the pointers! And I am VERY much looking forward to the deployment stuff. Just one question up front: Will it also integrate with DB deployment? I.e. if I have a DB project with VS Team DB (or whatever the name is), can I then just say deploy, and it will push any updates to the DB, and then also adjust the connection strings before so they are pointing to the right DB on the server?

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 6:06 AM by Henrik Laursen

Hi Scott

I think I've found a bug in WDP for VS2008. I get the following error when trying to replace config sections

web.config(1): error WDP00002: missing section appSettings.

I've made sure that the appSettings section do exist in the web.config file. I tried the same config replacements in WDP for VS2005 where it works ok.

TIA

Henrik

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 6:30 AM by Stephen

I wonder if these updates can/will fix this super annoying problem I have been having with VS2008's "publish" feature

I seriously have a hard time believing i am the only person on the planet with this issue:

forums.asp.net/.../1151162.aspx

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 12:06 PM by Juan María

Hi all.

You can read this post in spanish here:

thinkingindotnet.wordpress.com/.../releases-de-aspnet-ajax-control-toolkit-y-de-web-deployment-project-para-vs-2008

# ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008 &laquo; Dot Net Planet

Pingback from  ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008 &laquo; Dot Net Planet

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 1:37 PM by ali raza

Excellent work, thanks

# Interesting Finds: December 2, 2007

Sunday, December 02, 2007 2:40 PM by Jason Haley

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 2:41 PM by Sahil Malik

There are way too many ASP.NET controls and products out there – especially as indicated by your blogpost.

However, the controls.add mechanism is very flexible (because it doesn’t do anything), but also to some extent gives you almost too much freedom.

It would be nice if all subsequent controls were to fit in a mould that makes it easy to plug them into my page, without having to learn all the finickiness of each control. Right now, I have to learn the intricacies of every control to really be able to use it.

If there was a “control provider model”, so I could learn the model and plug and play whatever I wanted – that would be so neat.

Something on the lines of webparts, but more flexible, cleaner HTML and optional runtime configurability.

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 3:47 PM by Paymon

Hi Scott,

We are starting a new project here in BBC Worldwide (UK) using MVC. I've managed to partly get the guys excited to use your MVC rather than our own, to be an early adopter.

If it matters to you, I'm sure an encouraging/support email from you helps so much to get the team excited here.

Thanks

Paymon

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 6:05 PM by Dancoe (UndocNet.BlogSpot.com)

Hello scott

I like i said on previous post i would check the web deployment project, see if it works with the web application project in 2008.

Now i have the latest build of both project but still the web deployment project Still doesnt work with the web application project. Have a look at my blog post(undocnet.blogspot.com/.../web-application-project-2008-still-not.html) with build output reports and exaple projects to demonstrate that the web application project in visual studio 2008 does not work with the web deployment project december ctp. to get it to work you have to change the page and controls attribute codebehind to codefile and change the build action of ALL code behind files (aspx.cs and aspx.design.cs) to none then only then you get the 4 different build output types to work.

hope this is enought information so you can pass to the correct team so it they can have a look at it.

regards

Dancoe

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 9:25 PM by PWills

"We are also working on a web publishing framework for IIS (it will work with both IIS6 and IIS7) that we'll ship early next year."

First I've heard of this. I just Googled, er LiveSearched, and I couldn't find any other blog posts. Does this project have a codename or can you point to some other blog posts about it? Sounds cool and desperately needed.

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 9:34 PM by Vishal R. Joshi [MSFT]

Hi Henrik,

   There is a similar issue reported on blogs.msdn.com/.../web-deployment-projects-wdp-for-visual-studio-2008-december-2007-ctp-released.aspx we will be investigating this on Monday.. Thanks so much for providing this feedback, it really will help us make WDP VS 2008 better...

-Vishal

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 10:00 PM by Vishal R. Joshi [MSFT]

Stephen,

       In regards to :

>>>>>> I wonder if these updates can/will fix this super annoying problem I have been having with VS2008's "publish" feature

      Is there anyway by which you can send the site with "Publish" problem in it to me as I am unable to reproduce, but want to take it to the team to be looked at...  My alias is vijoshi at Microsoft...

Thanks

-Vishal

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, December 02, 2007 11:45 PM by vikram

thanks for the post was petty useful.

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Monday, December 03, 2007 3:08 AM by stm

What is the recommended way to develop an ajax control extender?

We have two option: the abstract ExtenderControl base class, or using the AjaxControlToolkit as a base. The first one is simple and easy, the last one seems too complex.

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Monday, December 03, 2007 8:14 AM by Deepak Chawla

I think this web deployment addin should be installed at standard rather than an addition.

I'm working in VS2005 with .NET20 recently I finished with first phase delivery of my project I couldn't believe that you get millions of .dlls for all pages.

In order for code checking, versioning baselining what is going into live and updating in future versions I wanted to have fixednames plus fewer number of dlls (manageable)

For more information about how you want your dlls to be named and combined

Seach for aspnet_merge.exe You would need to download webdeploymentproject

Following is the link I used but is currently not working.

msdn2.microsoft.com/.../aa479044.aspx

(Search google for aspnet_merge.exe have a look at the cached version)

Following is the wrapper for the above aspnet_merge.exe in VS2005 project type.

For more information about web deployment project using VS2005

msdn2.microsoft.com/.../aa479568.aspx

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Monday, December 03, 2007 8:43 AM by Poor Man

Hi Scott,

If the team is reluctant to include aspnet_merge.exe in the final ‘Visual Studio 2008 Web Deployment Projects’ then perhaps an alternative download could be provided. I’m thinking of a repackaged download that supports my express/standalone scenario. Let’s say it’s called ‘Web Deployment Projects Standalone’. Web Deployment Projects Standalone would be similar to Visual Studio 2008 Web Deployment Projects, but with the following differences:

- Includes aspnet_merge.exe.

- Does not include any of the UI that is required for integrating within Visual Studio.

- Includes a licence agreement that allows it to be used on any validly licensed Windows PC (with only .NET Framework 2.0 as a pre-requisite).

- Ideally includes some guidance on using MSBuild, to deploy a web site, if that is possible in the standalone scenario.

- Ideally includes some guidance on using aspnet_compiler.exe and aspnet_merge.exe directly from the command line interface, to deploy a web site.

Regards

Poor Man

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Tuesday, December 04, 2007 7:40 AM by Tom Pester

Hi Scott,

I just did the WDP update and would like to share my experience :

1) The update report 1 error :

Filename Status Errors Warnings

Recytyre.Extranet.Domain.Mapping\Recytyre.Extranet.Domain.Mapping.ddsproj  1 0

Conversion Issues - Recytyre.Extranet.Domain.Mapping\Recytyre.Extranet.Domain.Mapping.ddsproj:

There was an error while upgrading: System.InvalidOperationException: There is an error in XML document (2, 2). ---> System.InvalidOperationException: <Project xmlns='schemas.microsoft.com/.../2003'> was not expected. at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderDataDomainSchemaProjectFile.Read11_GenomeProject() --- End of inner exception stack trace --- at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle) at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream) at TechTalk.Genome.VisualStudio.GenomePackage.DataDomainSchemaProject.ProjectFile.DataDomainSchemaProjectFile.Load(String fileName, String projectName) at TechTalk.Genome.VisualStudio.GenomePackage.V2.DataDomainSchemaProject.DdscProjectConverter10to20.Convert() at TechTalk.Genome.VisualStudio.GenomePackage.V2.DataDomainSchemaProject.DataDomainSchemaProjectFactory.UpgradeProject(String bstrFileName, UInt32 fUpgradeFlag, String bstrCopyLocation, String& pbstrUpgradedFullyQualifiedFileName, IVsUpgradeLogger pLogger, Int32& pUpgradeRequired, Guid& pguidNewProjectFactory)

It seems that a genome project (ORMapper) gave some trouble as it showed up unavailable after the upgrade. A simpel restart of VS2008 solved this.

2) I develop in a team where VS2005 & VS2008 is used so we have 2 solution files : project2005.sln & project2008.sln.

After the upgrade the project won't compile if its opened in VS2005. I suppose this is expected behaviour but still someting to wacht out for.

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Tuesday, December 04, 2007 1:52 PM by Catto

Hey Now Scott,

Video Tutorials are a stellar way to learn.

Thx 4 the info,

Catto

# &raquo; Daily Dose of Links - 20071205 Alvin Ashcraft&#8217;s Daily Geek Bits: Daily links plus random ramblings about development, gadgets and raising rugrats.

Pingback from  &raquo; Daily Dose of Links - 20071205 Alvin Ashcraft&#8217;s Daily Geek Bits: Daily links plus random ramblings about development, gadgets and raising rugrats.

# Getting ready for asp.net MVC

Thursday, December 06, 2007 11:14 AM by andyBlog

So as ScottGu announced the public preview of the asp.net MVC is just around the corner it got me thinking....

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Monday, December 10, 2007 3:19 PM by bradw

Scott -  Will an AJAX update be released soon to provide AJAX project templates for .Net 2 web apps in VS2008?

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Tuesday, December 11, 2007 1:16 AM by ScottGu

Hi BradW,

>>>>>>> Scott - Will an AJAX update be released soon to provide AJAX project templates for .Net 2 web apps in VS2008?

I know this is in the works.  I'll send email to the team now to remind them to hurry on it.

Thanks,

Scott

# VS 2008版的ASP.NET AJAX控件工具包和Web部署项目

Wednesday, December 12, 2007 4:56 AM by 小角色

【原文地址】ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Thursday, December 20, 2007 2:23 AM by Bhupendra Singh Negi

Hello Scott

If u can help me out please.

How to reference the AjaxControlKit in my empty web project i need all steps for vs 2008 express

The main problem is i want the AjaxControlKit tools in my toolbox tab as well as AjaxControlKit Ext. as i have for GaiaAjax Widgets so that i can easly drag and drop the AjaxControlKit controls in my ASPX page

please its important

Regards bhupendra

bhupendra@infobase.in

# re: ASP.NET AJAX Control Toolkit and Web Deployment Project Releases for VS 2008

Sunday, January 06, 2008 9:34 AM by Ryan Salt

Hi Scott

I'm having a problem using the WDP with AJAXControlToolkit where the "AJAXToolkit is not defined" error crops up. This does not happen if I just copy the project directly to the server without using WDP. The scriptresource.axd and webresource.axd links work and display javascript if I go to them directly, but this one does not:

/default.aspx?_TSM_HiddenField_=ctl00_cphLeft_ScriptManager1_HiddenField&amp;_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d1.0.11119.20010%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen%3af115bb7c-9ed9-4839-b013-8ca60f25e300%3a1df13a87%3a2d3f89a8

It's a blank page that IE and Firefox want to download to my desktop and Safari refuses to do anything with. Do I need to add something to my webdeploy build project?

# VS 2008 Web Deployment Project Support Released

Tuesday, January 29, 2008 1:09 AM by ASPInsiders

This past Friday we released the final RTW (release to web) support for VS 2008 Web Deployment projects.&#160;

# VS 2008用のASP.NET AJAX Control Toolkit と Web デプロイメントプロジェクトのリリース

Tuesday, January 29, 2008 10:48 AM by Chica's Blog

VS 2008用のASP.NET AJAX Control Toolkit と Web デプロイメントプロジェクトのリリース

# Liberado Suporte a Projetos de Web Deployment para o VS 2008

Friday, February 08, 2008 9:12 PM by Mutamblog

Liberado Suporte a Projetos de Web Deployment para o VS 2008

# Inovation Blog &raquo; VS 2008 Web Deployment Project Support Released

Pingback from  Inovation Blog &raquo; VS 2008 Web Deployment Project Support Released