Answered by:
Register IIS : aspnet_regiis -i gave an failuar message while registering IIS

Question
-
Hi All,
After installing IIS 7.0 while registering IIS with Visual studio gave an failure message. I used "C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis -i" command for registration. following are the log file contents:
********************************************************************************
**** Starting ASP.NET Setup at: 2012-06-25 09:28:14
**** Registering ASP.NET isapi: C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll
**** Internal flags: 0x00000005
********************************************************************************
2012-06-25 09:28:14 Starting Stopping service: aspnet_state
2012-06-25 09:28:14 Starting Connecting to Service Manager
2012-06-25 09:28:14 Success Connecting to Service Manager
2012-06-25 09:28:14 Starting Opening Service handle
2012-06-25 09:28:14 Success Opening Service handle
2012-06-25 09:28:14 Starting Stopping service
2012-06-25 09:28:14 Starting Finding out service state
2012-06-25 09:28:14 Success Finding out service state
2012-06-25 09:28:14 Starting Shutting down service
2012-06-25 09:28:14 Success Shutting down service
2012-06-25 09:28:14 Starting Waiting for service to shut down
2012-06-25 09:28:14 Success Waiting for service to shut down
2012-06-25 09:28:14 Success Stopping service
2012-06-25 09:28:14 Success Stopping service: aspnet_state
2012-06-25 09:28:14 Starting Changing IIS ApplicationHost.config
2012-06-25 09:28:14 Failure Changing IIS ApplicationHost.config: IIS7Register failed with HRESULT 8007000d: 'The data is invalid. '
2012-06-25 09:28:14 Starting Pre Registration cleanup
2012-06-25 09:28:14 Starting Cleaning up registry
2012-06-25 09:28:14 Success Cleaning up registry
2012-06-25 09:28:14 Starting Uninstalling performance counters
2012-06-25 09:28:14 Success Uninstalling performance counters
2012-06-25 09:28:14 Starting Executing inf section: XSP.UninstallPerVer
2012-06-25 09:28:14 Success Executing inf section:
2012-06-25 09:28:14 Starting Executing inf section: AdminService.Uninstall
2012-06-25 09:28:14 Success Executing inf section:
2012-06-25 09:28:14 Success Pre Registration cleanup
2012-06-25 09:28:14 Starting Executing inf section: XSP.InstallPerVer
2012-06-25 09:28:14 Success Executing inf section:
2012-06-25 09:28:14 Starting Determining if current ASP.NET isapi has the highest version
2012-06-25 09:28:14 Success Determining if current ASP.NET isapi has the highest version
2012-06-25 09:28:14 Starting Installing WMI file:aspnet.mof
2012-06-25 09:28:15 Success Installing WMI file:aspnet.mof
2012-06-25 09:28:15 Starting Setting ACLs on dirs and WMI
2012-06-25 09:28:15 Starting Getting location of Temporary ASP.Net directory
2012-06-25 09:28:15 Success Getting location of Temporary ASP.Net directory
2012-06-25 09:28:15 Starting Setting ACLs on Temporary ASP.Net directory
2012-06-25 09:28:15 Success Setting ACLs on Temporary ASP.Net directory
2012-06-25 09:28:15 Starting Setting ACLs on install root directory
2012-06-25 09:28:15 Success Setting ACLs on install root directory
2012-06-25 09:28:15 Starting Setting ACLs on config directory
2012-06-25 09:28:15 Success Setting ACLs on config directory
2012-06-25 09:28:15 Starting Grant access to WMI namespace: root\aspnet
2012-06-25 09:28:15 Success Grant access to WMI namespace: root\aspnet
2012-06-25 09:28:15 Starting Getting location of Temporary ASP.Net directory
2012-06-25 09:28:15 Success Getting location of Temporary ASP.Net directory
2012-06-25 09:28:15 Starting Setting ACLs on Temporary ASP.Net directory
2012-06-25 09:28:15 Success Setting ACLs on Temporary ASP.Net directory
2012-06-25 09:28:15 Starting Setting ACLs on install root directory
2012-06-25 09:28:15 Success Setting ACLs on install root directory
2012-06-25 09:28:15 Starting Setting ACLs on config directory
2012-06-25 09:28:15 Success Setting ACLs on config directory
2012-06-25 09:28:15 Starting Grant access to WMI namespace: root\aspnet
2012-06-25 09:28:15 Success Grant access to WMI namespace: root\aspnet
2012-06-25 09:28:15 Success Setting ACLs on dirs and WMI
2012-06-25 09:28:15 Starting Install the ASP.NET Performance counters
2012-06-25 09:28:16 Success Install the ASP.NET Performance counters
2012-06-25 09:28:16 Starting Install common performance counters
2012-06-25 09:28:17 Success Install common performance counters
2012-06-25 09:28:17 Starting Setting up client script files for website:*
2012-06-25 09:28:17 Failure Setting up client script files for website:*: Setting up client script files for website: failed with HRESULT 8007000d: 'The data is invalid. '
Please suggest solution for this problem.
Thanks in advice.
Regards,
Avinash Patil.
- Moved by Min Zhu Friday, June 29, 2012 4:53 AM (From:.NET Base Class Library)
Monday, June 25, 2012 4:12 AM
Answers
-
Did you know that this is the forum for System Base, (which is the base class of .Net) and related questions.
Try the Microsoft IIS forum
Success
CorMonday, June 25, 2012 5:46 AM
All replies
-
Did you know that this is the forum for System Base, (which is the base class of .Net) and related questions.
Try the Microsoft IIS forum
Success
CorMonday, June 25, 2012 5:46 AM -
Thanks for suggessionMonday, June 25, 2012 7:51 AM