cancel
Showing results for 
Search instead for 
Did you mean: 

Enterprise Vault 8.0 SP1 and ASP.NET 2.0

Judy_Glazier
Level 6
Partner
Can someone verify for me that ASP.Net 2.0 is only a pre-req on on a Windows 2003 x64 version server trying to setup Enterprise Vault?

I know that ASP.NET version 1.1 comes with Windows 2003 and needs to be installed as an option with IIS.  But I don't believe I have ever had to intall ASP.Net 2.0 on anything but a Windows 2003 x64 version.

Am I all wet here or am I correct?

And by the way does anyone know where to download ASP.Net 2.0?  I have been searching like crazy for it but can only find ASP.Net 3.5.

Judy Glazier
1 ACCEPTED SOLUTION

Accepted Solutions

Wayne_Humphrey
Level 6
Partner Accredited Certified
Judy,

Here is the link for the download:

Microsoft .NET Framework Version 2.0 Redistributable Package (x64)

Please also remember you need to switch ASP.NET 2.0 in IIS to 32-bit mode. 

To do this once installed:

Start -> Run... -> cmd -> [ENTER]
C> cd c:\Inetpub\AdminScripts
then run the following command to enable 32-bit IIS ISAPI module:

cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 "1"

Then update ASP.NET 2.0 ISAPI registrations in IIS metabase:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Make sure that the status of ASP.NET version 2.0.50727 (32-bit) is set to Allowed in the Web service extension list in Internet Information Services Manager.


View solution in original post

2 REPLIES 2

Judy_Glazier
Level 6
Partner
Also, is ASP.NET 2.0 not automatically available when .Net Framework 2.0 is downloaded and installed?

Judy

Wayne_Humphrey
Level 6
Partner Accredited Certified
Judy,

Here is the link for the download:

Microsoft .NET Framework Version 2.0 Redistributable Package (x64)

Please also remember you need to switch ASP.NET 2.0 in IIS to 32-bit mode. 

To do this once installed:

Start -> Run... -> cmd -> [ENTER]
C> cd c:\Inetpub\AdminScripts
then run the following command to enable 32-bit IIS ISAPI module:

cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 "1"

Then update ASP.NET 2.0 ISAPI registrations in IIS metabase:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Make sure that the status of ASP.NET version 2.0.50727 (32-bit) is set to Allowed in the Web service extension list in Internet Information Services Manager.