What is the identity of the worker process? You can see this in Task Manager by selecting the Processes tab. If the "User Name" column is not visible, you can add it by going to the View menu and selecting "Select Columns".
1) net localgroup IIS_WPG /ADD
2) net localgroup IIS_WPG "NameOfWorkerProcessIdentity" /ADD, where NameOfWorkerProcessIdentity is the name of the worker process identity.
3) open regedit (or regedt32 on Windows 2000).
4) navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ASP.NET_2.0.<bld#>\Names
5) right click and select Permissions.
6) click Advanced
7) click Add and grant IIS_WPG the following permissions:
* Query Value
* Set Value
* Create Subkey
* Enumerate Subkeys
* Notify
* Read Control
8) iisreset
Thanks,
Thomas