1. I tried to install the FPSE package for Windows Server 2008, and the setup wizard windows disappear before the wizard complete the installation. But according to the log, it said it’s installed successfully.
2. I tried to extend FPSE on default website by using OWSAdm.exe (OWSAdm.exe -o install), but I got the following error:
Error #3004f Message: Unable to read configuration information for Microsoft Internet Information Server: ImpersonateLoggedOnUser Error.
(OS Error #6 Message: The handle is invalid.)
3. Then I tried to extend by accessing the local administration website, and I got an error: "The requested page cannot be accessed because the related configuration data for the page is invalid." The requested file is "c:\program files\Common Files\Microsoft Shared\Web Server Extensions\50\isapi\_vti_adm\web.config" But my system is installed on D: !
4. And the actual path for this file is "D:\program files (x86)\Common Files\Microsoft Shared\Web Server Extensions\50\isapi\_vti_adm\web.config". But I found the configuration in the file is EMPTY. Also, I found there is lots of entries in "d:\windows\system32\inetsrv\config\applicationHost.config" are started with "C:\Program files", but actually, they should start with "D:\Program Files (x86)".
Anyone can help?