My ASP.Net web service cannot run because the application pool is unable to start due to the identity crisis it\'s experiencing.
The user I\'m using in the app pool is a
Try running the following command in the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 folder:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
aspnet_regiis -ga
For more info on configuring a user account to use as an application pool identity see the following article:
How To: Create a Service Account for an ASP.NET 2.0 Application (MSDN)