So I've been setting up TFS 2010 automated deployment, and after the steps recommended elsewhere here on SO, I've reluctantly installed VS2010 on my build server to make it work. Now I get meaningful errors which generally allow me to fix things.
Right now, though, in my log, I'm getting this, which isn't helping me:
C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.targets (3847): Web deployment task failed. (An error occurred when committing changes to the IIS Configuration System. The identity performing the operation was 'NT AUTHORITY\NETWORK SERVICE'.)
Given that I'm publishing to IIS 6, am I missing a permission somewhere?
EDIT: I can successfully deploy from my desktop to the IIS 6 site.