DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Posts
    1

    Unhappy 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

  2. #2
    Join Date
    Mar 2006
    Posts
    13

Similar Threads

  1. MS Word from ASP.NET
    By michurin in forum ASP.NET
    Replies: 0
    Last Post: 07-10-2007, 11:21 AM
  2. ASP.NET 2.0 -- Code not executing
    By lagyossarian in forum ASP.NET
    Replies: 0
    Last Post: 04-20-2006, 02:32 PM
  3. Replies: 2
    Last Post: 09-13-2002, 07:33 PM
  4. Free ASP.NET Web Matrix Design/Editor Tool Released
    By ASPSmith Training in forum dotnet.announcements
    Replies: 0
    Last Post: 06-18-2002, 03:39 AM
  5. Urgent help needed ASP.net and IIS
    By Aravind in forum ASP.NET
    Replies: 3
    Last Post: 12-13-2001, 07:35 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links