Answered by:
Error, configuring asp.net & iis 5.x to work with each other

Question
-
User-348958687 posted
Greetings,
I'm attempting to configure iis 5.x to work well with ASP/NET so that I can host my own webserver. I've googled the issue and saw recommendations for running the aspnet_regiis.exe -1 command in dos. I ran that command and t returned the following error message: Setup has detected some errors during the operation. For details, please read the setup log file C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\ASPNETSetup_00007.log
I check the Log and get the following:
Failure Grant access to WMI namespace: root\aspnet: GrantAccessToWmiNamespace failed with HRESULT 8004100e: ''Failure Setting WMI ACLs for the ASPNET account: GrantAccessToWmiNamespace failed with HRESULT 8004100e: ''
Failure Grant access to WMI namespace: root\aspnet: GrantAccessToWmiNamespace failed with HRESULT 8004100e: ''
Failure Setting WMI ACLs for a IIS6 account: GrantAccessToWmiNamespace failed with HRESULT 8004100e: ''
Any thoghts on how to I can get this resolved?
Thanks
Monday, August 24, 2009 12:09 AM
Answers
All replies
-
User1696475319 posted
That sounds DCOM to me... Try this. Or verify this:
Start > Run > dcomcnfg > Console Root > Component Services > Computers > My Computer > Right Click > Properties > Default Properties >
Enable distributed COm on this computer - check
Default authentication level - connect
Default impersonation level - identity
COM Security tab
Edit Limits - everyone has local access and remote access.
Monday, August 24, 2009 5:46 PM -
User-348958687 posted
Thanks for the response, I checked ther component services screen and the settings match what you have in your posting. Any other thoughts? Thanks!!
Monday, August 24, 2009 9:22 PM -
User1696475319 posted
Although this is a very generic response, I do mean it - can you try reinstalling IIS so that everything's registered right?
Tuesday, August 25, 2009 2:52 AM -
User-348958687 posted
Thanks for that response...I just tried to reinstall and still got errors....arrrggghhhh!
Messages from the log:
Failure Installing aspnet.mof file: InstallMOF failed with HRESULT 80004005: 'Unspecified error '
Failure Grant access to WMI namespace: root\aspnet: GrantAccessToWmiNamespace failed with HRESULT 8004100e: ''
Failure Setting WMI ACLs for the ASPNET account: GrantAccessToWmiNamespace failed with HRESULT 8004100e: ''
Failure Grant access to WMI namespace: root\aspnet: GrantAccessToWmiNamespace failed with HRESULT 8004100e: ''
Failure Setting WMI ACLs for a IIS6 account: GrantAccessToWmiNamespace failed with HRESULT 8004100e: ''
Tuesday, August 25, 2009 8:42 AM -
-
User1696475319 posted
I did a bit of searching as this isn't familiar to me - check to see if the Server service is running.
Start > Run > services.msc
Look for the "Server" service.
Wednesday, August 26, 2009 11:11 AM