To resolve this problem, add the ASPNET user account to the Debugger
Users group or run the ASP.NET worker process under another user account that
has debugging rights.
To add the ASPNET user account to the Debugger Users group, follow these steps:
- Click Start, point to
Programs, point to Administrative Tools, and
then click Computer Management.
- In Computer Management, expand System Tools, expand Local Users
and Groups, and then expand
Groups.
- Double-click Debugger Users.
- In the Debugger Users Properties dialog
box, click Add.
- In the Select Users or Groups dialog box,
type ServerName\ASPNET in the text box, and then click
OK two times.
- Close the Computer Management
tool.
- Create an ASP.NET Web Application project, as explained in
the steps 1 through 4 of the "More Information" section.
- Type the following URL in the browser:
http://ServerName/JitTest/WebForm1.aspx
Note ServerName is name of the Web server.
Verify that the expected JIT window is invoked.
Important By adding users to the Debugger Users group, you might create a security
risk because you are allowing those users to gain access to your computer. Only add those
users who must have debugger access on that specific computer. It is not a good idea to add
Everyone to the Debugger Users
group.