GFI
English Deutsch Français Italiano Nederlands Español
Forums  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Member List  Search  FAQ  Ticket List  Log Out

 

Setup Claims ASP.NET 2.0 Not Installed

 
Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [Messaging] >> GFI MailArchiver for Exchange >> Setup Claims ASP.NET 2.0 Not Installed Page: [1]
Login
Message << Older Topic   Newer Topic >>
Setup Claims ASP.NET 2.0 Not Installed - 24.Jun.2008 10:40:14 PM   
TurningTechnologies

 

Posts: 19
Joined: 19.Aug.2007
Status: offline
Greetings,

I have a Windows Server 2003 x64 server with Exchange 2007 SP1. ASP.NET 2.0 has been reinstalled recently to fix some other issues, so I know it's working and configured.

Unfortunately, when I run the setup for GFI MailArchiver, it reports that Microsoft ASP.NET 2.0 is not installed and setup will not proceed.

What should I be checking on to get past this?

Thanks for the assistance!
Regards,
Aaron Hall
Turning Technologies
Post #: 1
RE: Setup Claims ASP.NET 2.0 Not Installed - 26.Jun.2008 6:08:35 AM   
cedricde

 

Posts: 8
Joined: 25.Sep.2007
Status: offline
Could you kindly send the installation log file so that we can check what the problem is?
This can be found in the followning location:

%temp%\marc5_x64.log

and send it to cedric(at)gfi.com.

Also if possibile could you execute the following in command prompt and send the result back.

%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -lv


Thanks and regards

_____________________________

Cedric Debattista
GFI Software - www.gfi.com
Messaging, Content Security & Network Security Software

(in reply to TurningTechnologies)
Post #: 2
RE: Setup Claims ASP.NET 2.0 Not Installed - 26.Jun.2008 8:01:05 AM   
TurningTechnologies

 

Posts: 19
Joined: 19.Aug.2007
Status: offline
Here are the results of the aspnet_regiis command:


P:\>%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -lv
2.0.50727.0     Valid (Root)    C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll
1.1.4322.0      Valid           C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
2.0.50727.0     Valid (Root)    c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\\aspnet_isapi.dll

P:\>%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -lv
2.0.50727.0     Valid           C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll
1.1.4322.0      Valid           C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
2.0.50727.0     Valid           c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\\aspnet_isapi.dll

-----------------
Here are the results of the log file:

Administration utility (2.0.50727) to install and uninstall ASP.NET on the

local machine.

Copyright (c) Microsoft Corporation. All rights reserved.





                      -- ASP.NET REGISTRATION OPTIONS --



-i                  Install this version of ASP.NET and update scriptmaps at

                   the IIS metabase root and for all scriptmaps below the

                   root. Existing scriptmaps of lower version are upgraded to

                   this version.



-ir                 Install this version of ASP.NET, register only. Do not

                   update scriptmaps in IIS.



-iru                Install this version of ASP.NET. If there are any existing

                   applications that uses ASP.NET, it will not update

                   scriptmaps in IIS.



-enable             When -enable is specified with -i, -ir or -r, ASP.NET will

                   be enabled in the IIS security console (IIS 6.0 or later).



-disable            When -disable is specified with -i, -ir or -r, ASP.NET will

                   be disabled in the IIS security console (IIS 6.0 or later).



-s <path>           Install scriptmaps for this version at the specified path,

                   recursively.

                   E.g. aspnet_regiis.exe -s W3SVC/1/ROOT/SampleApp1



-sn <path>          Install scriptmaps for this version at the specified path,

                   non-recursively.



-r                  Install this version of ASP.NET and update scriptmaps at

                   the IIS metabase root and for all scriptmaps below the

                   root. Existing scriptmaps are upgraded to this version

                   regardless of the original versions.



-u                  Uninstall this version of ASP.NET. Existing scriptmaps to

                   this version are remapped to highest remaining version of

                   ASP.NET installed on the machine.



-ua                 Uninstall all versions of ASP.NET on the machine.



-k <path>           Remove all scriptmaps to any version of ASP.NET from the

                   specified path, recursively.

                   E.g. aspnet_regiis.exe -k W3SVC/1/ROOT/SampleApp1



-kn <path>          Remove all scriptmaps to any version ASP.NET from the

                   specified path, non-recursively.



-lv                 List all versions of ASP.NET that are installed on the

                   machine, with status and installation path.



-lk                 List all the path of all IIS metabase keys where ASP.NET is

                   scriptmapped, together with the version. Keys that inherit

                   ASP.NET scriptmaps from a parent key will not be displayed.



-c                  Install the client side scripts for this version to the

                   aspnet_client subdirectory of each IIS site directory.



-e                  Remove the client side scripts for this version from the

                   aspnet_client subdirectory of each IIS site directory.



-ea                 Remove the client side scripts for all versions from the

                   aspnet_client subdirectory of each IIS site directory.



-ga <user>          Grant the specified user or group access to the IIS

                   metabase and other directories used by ASP.NET.







                    -- CONFIGURATION ENCRYPTION OPTIONS --



-pe section         Encrypt the configuration section. Optional arguments:

                   [-prov provider] Use this provider to encrypt.

                   [-app virtual-path] Encrypt at this virtual path. Virtual

                   path must begin with a forward slash. If it is '/', then it

                   refers to the root of the site. If -app is not specified,

                   the root web.config will be encrypted.

                   [-site site-name-or-ID] The site of the virtual path

                   specified in -app. If not specified, the default web site

                   will be used.

                   [-location sub-path] Location sub path.

                   [-pkm] Encrypt/decrypt the machine.config instead of

                   web.config.



-pd section         Decrypt the configuration section. Optional arguments:

                   [-app virtual-path] Decrypt at this virtual path. Virtual

                   path must begin with a forward slash. If it is '/', then it

                   refers to the root of the site. If -app is not specified,

                   the root web.config will be decrypted.

                   [-site site-name-or-ID] The site of the virtual path

                   specified in -app. If not specified, the default web site

                   will be used.

                   [-location sub-path] Location sub path.

                   [-pkm] Encrypt/decrypt the machine.config instead of

                   web.config.



-pef section web-app-physical-dir

                   Encrypt the configuration section. Optional arguments:

                   [-prov provider] Use this provider to encrypt.



-pdf section web-app-physical-dir

                   Decrypt the configuration section.



-pc container       Create an RSA keypair in ContainerName. Optional arguments:

                   [-size key-size] Key-size. Default is 1024.

                   [-pku] User container instead of machine container.

                   [-exp] Make the private keys exportable.

                   [-csp provider] Csp Provider to use.



-pz container       Delete the ContainerName. Optional arguments:

                   [-pku] User container instead of machine container.



-pi container file  Import an RSA keypair from the Xml file. Optional

                   arguments:

                   [-pku] User container instead of machine container.

                   [-exp] Create exportable keys.

                   [-csp provider] Csp Provider to use.



-px container file  Export an RSA keypair to the Xml file. Optional arguments:

                   [-pku] User container instead of machine container.

                   [-pri] Include private keys.

                   [-csp provider] Csp Provider to use.



-pa container account

                   Add access for the account to the container. Arguments:

                   [-pku] User container instead of machine container.

                   [-csp provider] Csp Provider to use.

                   [-full] Add full access (default is Read access).



-pr container account

                   Remove access for the account from the container.

                   Arguments:

                   [-pku] User container instead of machine container.

                   [-csp provider] Csp Provider to use.







                  -- CONFIGURATION REMOTE ACCESS OPTIONS --



-config+            Enable remote access of configuration.



-config-            Disable remote access of configuration.

(in reply to cedricde)
Post #: 3
RE: Setup Claims ASP.NET 2.0 Not Installed - 26.Jun.2008 8:47:40 AM   
TurningTechnologies

 

Posts: 19
Joined: 19.Aug.2007
Status: offline
Based on the lack of detail in the log file I decided to do a repair on the Windows Installer service in the event that it was somehow damaged. This didn't work, so on a whim I checked the permissions on the %TEMP% directories (%USERPROFILE%\Local Settings\Temp and %WINDIR%\Temp) and sure enough they weren't set right, so the installer wasn't able to write out the files it needed.

Once I fixed the permissions setup ran perfectly.

(in reply to TurningTechnologies)
Post #: 4
RE: Setup Claims ASP.NET 2.0 Not Installed - 26.Jun.2008 10:11:37 PM   
John Letourneau

 

Posts: 923
Joined: 28.Apr.2008
From: Clayton, NC
Status: offline
TurningTechnologies,

Thank you for letting us know what resolved this issue for you.

_____________________________

Regards,
John Letourneau - Technical Support Representative
GFI Software - www.gfi.com

(in reply to TurningTechnologies)
Post #: 5
Page:   [1]
All Forums >> [Messaging] >> GFI MailArchiver for Exchange >> Setup Claims ASP.NET 2.0 Not Installed Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


   © 2008. All rights reserved. GFI Software Home Products Download Trials Support Ordering Site Map About Us Contact us
GFI solutions: Exchange anti spam filter - exchange anti virus - isa server - network vulnerability scanner - event log management - USB security software - exchange archiving - fax server software