JIT Debugging failed with the following error: Access is denied.
A friend working on ASP.NET got the following error message recently and sent my this error whether I got on idea about this .NET Framework exception.
Actually the error is self explaining. The user or the account 'machinename\ASPNET' has unsufficient priviledges.
A quick resolve for this problem is adding the related user to the Debugger Users group.
JIT Debugging
JIT Debugging failed with the following error: Access is denied.
JIT Debugging was initiated by the user account 'machinename\ASPNET'
Check the documentation index for 'Just-in-time debugging, errors' for more information.
The users in the Debugger Users group can debug processes on the related computer both locally or remotely.
Other wise access problems may arise.