Browse by Tags

All Tags » ASP.NET (RSS)

Insufficient Permissions Problems with MSDeploy and TFS Build 2010 by jdanforth

I ran into these problems on a TFS 2010 RC setup where I wanted to deploy a web site as part of the nightly build: C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.targets (3481): Web deployment task failed.(An...
Filed under: , ,

Package and Publish Web Sites with TFS 2010 Build Server by jdanforth

To package and publish web sites with TFS 2010 Build Server, you can use MSDeploy and some of the new MSBuild arguments. For example: /p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:MSDeployPublishMethod=InProc /p:CreatePackageOnPublish=True...
Filed under: , ,

ASP.NET 4 Website Fails to Start on Your TFS 2010 Server? by jdanforth

Getting a “Could not find permission set named ‘ASP.Net’” error on your TFS 2010 server? It may have to do with the fact you’re trying to run ASP.NET as a child site of a SharePoint Web Site. The problem is described in the “ ASP.NET 4 braking changes...
Filed under: , ,
More Posts