1

Visual studio error, when i want to deploy web site on localhost:

Error 1 Web deployment task failed. (The account 'ASPNET' does not appear to be valid. The account was obtained from this location: 'AspNetWorkerProcessIdentityName'.)

The account 'ASPNET' does not appear to be valid. The account was obtained from this location: 'AspNetWorkerProcessIdentityName'. Some or all identity references could not be translated. 0 0 WebApplication3

no camer
  • 185
  • 1
  • 3
  • 15

1 Answers1

0

Do check that the WMSvc Service (Web Management Service) set to 'Auto'

Also check this FIX: ASP.NET does not work with the default ASPNET account on a domain controller

and Configure the Web Deployment Handler

Rahul Tripathi
  • 168,305
  • 31
  • 280
  • 331
  • @nocamer:- Check out this thread if it helps:- http://stackoverflow.com/questions/2946340/visual-studio-2010-web-deployment-task-failed Do let us know if that works! – Rahul Tripathi Nov 19 '13 at 20:23