Article ID: 894433 - Last Review: May 18, 2007 - Revision: 3.5 You may receive an "Access is denied" error message when you try to debug a Web application in Visual Studio .NET, and you have administrative permissionsOn This PageSYMPTOMSYou may receive the following error message when you try to
debug a Web application: Access is Denied
CAUSEThe problem occurs because the ASP.NET worker process does
not have the Impersonate a client after authentication user right. If the worker process account does not have this
right, the debugger cannot attach to the process. The worker process account is
configured by using the processModel element in the Machine.config file. RESOLUTION To give the worker process account the Impersonate a client after authentication user right, follow these steps:
MORE INFORMATIONSteps to reproduce the problem
REFERENCESFor more information about developing software in Visual
Studio .NET that has non-administrative permissions, visit the following
Microsoft Developer Network (MSDN) Web site: http://msdn2.microsoft.com/en-us/library/aa289173(VS.71).aspx
(http://msdn2.microsoft.com/en-us/library/aa289173(VS.71).aspx)
APPLIES TO
| Article Translations
|
Back to the top
