I anticipate a long thread.*headdesk*
Trying to install DotNetNuke Community edition via WPI. Running Vista, IIS7. WPI says:
.NET Extensibility, ISAPI Filters, and ASP.NET dependencies did not install correctly.
The first Error in the WPI log file is:
<pre>DownloadManager Error: 0 : Error loading rating files: System.Xml.XmlException: '--' is an unexpected token. The expected token is '>'. Line 81, position 5.</pre>
The first FAIL in the iis7 log file is:
<pre>[10/26/2009 12:37:17] [ ***** IIS 7.0 Component Based Setup ***** ]
[10/26/2009 12:37:17] "C:\Windows\System32\inetsrv\iissetup.exe" /launch C:\Windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/isapiFilters
[10/26/2009 12:37:17] Launching command C:\Windows\System32\inetsrv\appcmd.exe, with params C:\Windows\System32\inetsrv\appcmd.exe reset config -section:system.webServer/isapiFilters
[10/26/2009 12:37:17] < !!FAIL!! > LaunchCommand result=0x80070001
[10/26/2009 12:37:17] [ End of IIS 7.0 Component Based Setup ]</pre>
Is this enough info to tell me what's going on and how to fix it?