When I am trying to Profile my WCF web Services (https) it tells me that the perfomance profiler Needs to re-start IIS. However, it seems like there is a permission problem under Windows 8 even when i run the profiler as admin:
When it says "Starting w3wp..." it hangs and finally I get the error message: "Could not start IIS".
I found following hint in the logfiles:
24 Oct 2014 11:27:08.271 [13] ERROR RedGate.Profiler.Engine.Startup.IIS.IIS7Utilities - The profiler tried to run "[b]C:Windowssystem32inetsrvappcmd.exe list apppools[/b] " but got the error: "<?xml version="1.0" encoding="UTF-8"?>
<appcmd>
<ERROR message="Konfigurationsfehler 
Dateiname: redirection.config
Zeilennummer: 0
Beschreibung: [b]Die Konfigurationsdatei kann aufgrund unzureichender Berechtigungen nicht gelesen[/b] werden.
." />
</appcmd>
" and exit code: 5
24 Oct 2014 11:27:08.323 [13] ERROR RedGate.Profiler.Engine.Startup.IIS.IIS7Utilities - The profiler tried to run "C:Windowssystem32inetsrvappcmd.exe list sites" but got the error: "<?xml version="1.0" encoding="UTF-8"?>
<appcmd>
<ERROR message="Konfigurationsfehler 
Dateiname: redirection.config
Zeilennummer: 0
Beschreibung: Die Konfigurationsdatei kann aufgrund unzureichender Berechtigungen nicht gelesen werden.
." />
</appcmd>
" and exit code: 5
24 Oct 2014 11:27:08.373 [13] ERROR RedGate.Profiler.Engine.Startup.IIS.IIS7Utilities - The profiler tried to run "C:Windowssystem32inetsrvappcmd.exe list apps" but got the error: "<?xml version="1.0" encoding="UTF-8"?>
<appcmd>
<ERROR message="Konfigurationsfehler 
Dateiname: redirection.config
Zeilennummer: 0
Beschreibung: Die Konfigurationsdatei kann aufgrund unzureichender Berechtigungen nicht gelesen werden.
." />
</appcmd>
" and exit code: 5
Any suggestions?
When it says "Starting w3wp..." it hangs and finally I get the error message: "Could not start IIS".
I found following hint in the logfiles:
Any suggestions?