StefanoB

aka // Sp1dEr @ www.SysAdmin.it // "random notes from an Italian IT professional"
posts - 108, comments - 187, trackbacks - 2

My Links

News


Ecco le mie statistiche!
Aggiungi il Blog a: Add to Technorati Favorites
TechNet Bookmarks
Il contenuto di questo blog e di ciascun post viene fornito “così come é”, senza garanzie, e non conferisce alcun diritto.

QR Code


Tag Cloud

Archives

Post Categories

Image Galleries

Anti-Virus/Anti-Spyware On Line

Blogs Amici

Informazioni di Servizio

Microsoft

Sociale

SysAdmin.it

Eseguire la versione a 32 bit di ASP.NET 2.0 su un server x64

In questi giorni ho avuto la necessità di far girare ASP.NET 2.0, installato su un server x64, a 32bit.
C'è una KB di Microsoft a proposito, ecco la procedura:

1. Fare clic sul pulsante Start, scegliere Esegui, digitare cmd, quindi scegliere OK.
2. Digitare il seguente comando per attivare la modalità a 32 bit:
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
3. Digitare il seguente comando per installare la versione di ASP.NET 2.0 (32 bit) e per installare il mapping di script nella radice di IIS e in:
%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i 
4. Assicurarsi che lo stato di ASP.NET versione 2.0.50727 (32 bit) sia impostato su Consentito nell'elenco delle estensioni del servizio Web in Gestione Internet Information Services.

Per tornare allo stato originario, e quindi ASP.NET 2.0 a 64bit, la procedura è la stessa, ma dovete far attenzione a lanciare aspnet_regiis.exe -i dal seguente path:

%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\

Ecco l'url della KB:
http://support.microsoft.com/kb/894435

 

Print | posted on Thursday, September 27, 2007 11:26 AM | Filed Under [ Framework .NET ]

Feedback

No comments posted yet.

Post Comment

Title  
Name  
Email
Url
Comment   
Please add 6 and 4 and type the answer here:

Powered by:
Powered By Subtext Powered By ASP.NET