Support for New Vs2010 Web Deployment projects?

are you going to (or have) support for the new vs2010 web deployment to IIS?  that is, all their special config stuff and pushing things securely to an iis server.

I'm real interested in that.

Thanks,

Hi Peter,

The new deployment features in Visual Studio 2010 have been built with MSBuild in mind so you are able to just use the MSBuild action with the target set to either 'Package' or 'WebPublish'. I've attached an example project and solution for you to use to get started.

Regards,
Paul.

Project.zip (276.877 KB)