-
Asp.net Tab missing in IIS 5
Hey friends, this is my dev computer:
- Visual Studio 2003/2005
- Net Framework 1 and 2
- IIS 5
- I am local administrator
I have an error that is making really crazy!!. I have found in many forums that i should run "aspnet_regiis -i" in order to restore the ASP.Net tab in my IIS 5 management console, BUT the problem is that when i try to run "aspnet_regiis -i" (from my NET Framework 1.1 folder) i get this message:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis -i
Start installing ASP.NET (1.1.4322.0).
An error has occurred (0x80070005).
You must have administrative rights on this machine in order to run this tool.
And when i try to do it from my NET Framework 2 folder, i get this message:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -i
Start installing ASP.NET (2.0.50727).
An error has occurred: 0x80070005 Access is denied.
Setup has detected some errors during the operation. For details, please
see setup log file C:\DOCUME~1\exr02\LOCALS~1\Temp\ASPNETSetup_00011.log
For your information, this is ASPNETSetup_0011.log file:
********************************************************************************
**** Starting ASP.NET Setup at: 2008-06-15 11:53:46
**** Registering ASP.NET isapi: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
**** Internal flags: 0x00000006
********************************************************************************
2008-06-15 11:53:46 Starting Querying status of a service: iisadmin
2008-06-15 11:53:46 Starting Connecting to Service Manager
2008-06-15 11:53:46 Success Connecting to Service Manager
2008-06-15 11:53:46 Starting Opening Service handle
2008-06-15 11:53:46 Success Opening Service handle
2008-06-15 11:53:46 Starting Finding out service state
2008-06-15 11:53:46 Success Finding out service state
2008-06-15 11:53:46 Success Querying status of a service: iisadmin
2008-06-15 11:53:46 Starting Check the status of IIS
2008-06-15 11:53:46 Success Check the status of IIS
2008-06-15 11:53:46 Starting Querying status of a service: w3svc
2008-06-15 11:53:46 Starting Connecting to Service Manager
2008-06-15 11:53:46 Success Connecting to Service Manager
2008-06-15 11:53:46 Starting Opening Service handle
2008-06-15 11:53:46 Success Opening Service handle
2008-06-15 11:53:46 Starting Finding out service state
2008-06-15 11:53:46 Success Finding out service state
2008-06-15 11:53:46 Success Querying status of a service: w3svc
2008-06-15 11:53:46 Starting Determining if current ASP.NET isapi has the highest version
2008-06-15 11:53:46 Starting Reading the registry: Software\Microsoft\ASP.NET\1.1.4322.0/DllFullPath
2008-06-15 11:53:46 Failure Reading the registry: Software\Microsoft\ASP.NET\1.1.4322.0/DllFullPath: Reading the registry: failed with HRESULT 80070002: 'The system cannot find the file specified. '
2008-06-15 11:53:46 Success Determining if current ASP.NET isapi has the highest version
2008-06-15 11:53:46 Starting Stopping service: aspnet_state
2008-06-15 11:53:46 Starting Connecting to Service Manager
2008-06-15 11:53:46 Success Connecting to Service Manager
2008-06-15 11:53:46 Starting Opening Service handle
2008-06-15 11:53:46 Success Opening Service handle
2008-06-15 11:53:46 Starting Stopping service
2008-06-15 11:53:46 Starting Finding out service state
2008-06-15 11:53:46 Success Finding out service state
2008-06-15 11:53:46 Starting Shutting down service
2008-06-15 11:53:46 Success Shutting down service
2008-06-15 11:53:46 Starting Waiting for service to shut down
2008-06-15 11:53:46 Success Waiting for service to shut down
2008-06-15 11:53:46 Success Stopping service
2008-06-15 11:53:46 Success Stopping service: aspnet_state
2008-06-15 11:53:46 Starting Unregistering obsolete xspisapi.dll
2008-06-15 11:53:46 Starting Unregistering scriptmap properties in IIS metabase
2008-06-15 11:53:46 Success Unregistering scriptmap properties in IIS metabase
2008-06-15 11:53:46 Success Unregistering obsolete xspisapi.dll
2008-06-15 11:53:46 Starting Pre Registration cleanup
2008-06-15 11:53:46 Starting Cleaning up registry
2008-06-15 11:53:46 Starting Reading the registry: Software\Microsoft\ASP.NET\1.1.4322.0/DllFullPath
2008-06-15 11:53:46 Failure Reading the registry: Software\Microsoft\ASP.NET\1.1.4322.0/DllFullPath: Reading the registry: failed with HRESULT 80070002: 'The system cannot find the file specified. '
2008-06-15 11:53:46 Failure Cleaning up registry: CleanupRegistry failed with HRESULT 80070002: 'The system cannot find the file specified. '
2008-06-15 11:53:46 Starting Uninstalling performance counters
2008-06-15 11:53:46 Success Uninstalling performance counters
2008-06-15 11:53:46 Starting Executing inf section: XSP.UninstallPerVer
2008-06-15 11:53:46 Failure Executing inf section: XSP.UninstallPerVer: InstallInfSections failed with HRESULT 80070005: 'Access is denied. '
2008-06-15 11:53:46 Starting Executing inf section: AdminService.Uninstall
2008-06-15 11:53:46 Success Executing inf section:
2008-06-15 11:53:46 Success Pre Registration cleanup
2008-06-15 11:53:46 Starting Executing inf section: XSP.InstallPerVer
2008-06-15 11:53:46 Failure Executing inf section: XSP.InstallPerVer: InstallInfSections failed with HRESULT 80070005: 'Access is denied. '
Please, i need to see the ASP.Net TAB in my IIS 5 in order to configure my web applications and i could find the way to do it, so i am stuck with this!!. Any help please?
TIA
Eduardo
-
Similar Threads
-
By michurin in forum ASP.NET
Replies: 0
Last Post: 07-10-2007, 11:21 AM
-
By lagyossarian in forum ASP.NET
Replies: 0
Last Post: 04-20-2006, 02:32 PM
-
By Ken Snyder in forum .NET
Replies: 2
Last Post: 09-13-2002, 07:33 PM
-
By ASPSmith Training in forum dotnet.announcements
Replies: 0
Last Post: 06-18-2002, 03:39 AM
-
By Aravind in forum ASP.NET
Replies: 3
Last Post: 12-13-2001, 07:35 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks