HI,
I have two servers with IIS and WSRM enabled.
the first server is runnin Windows 2008 with IIS 7.0; on this server WSRM matches the IISAppPool rule without a problem and manages them properly.
The second server is running Windows 2008 R2 with IIS 7.5; the WSRM does not match any processes to the IISAppPool matching criteria.
i think the issue is that in IIS 7.0 server the app pool is started as C:\Windows\system32\inetsrv\w3wp.exe -some additional parameters -ap "AppPoolName", On IIS 7.5 the app pool is started as C:\Windows\system32\inetsrv\w3wp.exe -ap "AppPoolName" -some additional parameters.
the WSRS Process matching criteria for IISAppPool is C:\Windows\system32\inetsrv\w3wp.exe * -ap "*"
Does anyone have any ideas on the subject?
Thank you
Vladimir Fedorov