Comments
Sort by recent activity
Hmmm..nothing there seemed to help.
as an fyi, i'm also seeing this error in the application log:
The worker process failed to initialize the http.sys communication or the w3svc communication layer and therefore could not be started. The data field contains the error number.
just before the ants profiler message that it timed out.
i googled this and found an article about granting "Bypass Traverse Checking" right but the Everyone and Users group do have this right.
any more thoughts? / comments
Hmmm..nothing there seemed to help.
as an fyi, i'm also seeing this error in the application log:
The worker process failed to initialize the http.sys communication or the w3svc communication layer...
Alright!
setting the service back to run as SYSTEM and adding
<identity impersonate="true"
userName="doman\username"
password="password" />
to the System.web section of the web.config seems to be working now.
Thanks for the help! / comments
Alright!
setting the service back to run as SYSTEM and adding
<identity impersonate="true"
userName="doman\username"
password="password" />
to the System.web section of the web.config seems to be w...
OK.
Adding the user to the administrators group didn't help. i did notice a bunch of these messages in the System logs whenever i tried to start profiling:
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{61738644-F196-11D0-9953-00C04FD919C1}
to the user OC\store-artistname SID (S-1-5-21-606747145-1972579041-682003330-6609). This security permission can be modified using the Component Services administrative tool.
does that help? / comments
OK.
Adding the user to the administrators group didn't help. i did notice a bunch of these messages in the System logs whenever i tried to start profiling:
The application-specific permission setti...