IIS6 and ASP.NET
Hi,
We are using the manage your server utility to set a server up as an
application server to install IIS6.
On the 32bit version there was an option to install ASP.NET during the
setup. There is no option to install ASP.NET on x64
Looking at the Help facility on the server it states that ASP.NET and .NET
framework is not available for x64?
However, doing a few searches this appears not to be the case. How do you
install ASP.NET on to x64?
Is it installed when you install an appropriate version of .NET framework?
Thanks,
Re: IIS6 and ASP.NET
Only ASP.NET 2.0 runs in 64bit mode, if you need to use ASP.NET 1.1, then
you must setup IIS to runs in 32bit mode
"anonymous" <nospam.net> ha scritto nel messaggio
news:exu%23c9xlHHA.3760 [at] TK2MSFTNGP05.phx.gbl...
> Hi,
>
> We are using the manage your server utility to set a server up as an
> application server to install IIS6.
>
> On the 32bit version there was an option to install ASP.NET during the
> setup. There is no option to install ASP.NET on x64
>
> Looking at the Help facility on the server it states that ASP.NET and .NET
> framework is not available for x64?
>
> However, doing a few searches this appears not to be the case. How do you
> install ASP.NET on to x64?
>
> Is it installed when you install an appropriate version of .NET framework?
>
> Thanks,
>
>
Re: IIS6 and ASP.NET
"Alessandro Caporale" <alessandro [at] caporale.info> wrote in message
news:394EABF6-4112-4A64-AC15-426E89EB3985 [at] microsoft.com...
> Only ASP.NET 2.0 runs in 64bit mode, if you need to use ASP.NET 1.1, then
> you must setup IIS to runs in 32bit mode
>
> How do you set up IIS to run in either 32 or 64bit mode? I can't see any
> options when you install it?
Re: IIS6 and ASP.NET
1.. Click Start, click Run, type cmd, and then click OK.
2.. Type the following command to enable the 32-bit mode:
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET
W3SVC/AppPools/Enable32bitAppOnWin64 1
3.. Type the following command to install the version of ASP.NET 1.1 and
to install the script maps at the IIS root and under:
%SYSTEMROOT%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis .exe -i
4.. Make sure that the status of ASP.NET version 1.1.4322 is set to
Allowed in the Web service extension list in Internet Information Services
Manager.
"anonymous" <nospam.net> ha scritto nel messaggio
news:erCigD%23lHHA.1216 [at] TK2MSFTNGP03.phx.gbl...
> "Alessandro Caporale" <alessandro [at] caporale.info> wrote in message
> news:394EABF6-4112-4A64-AC15-426E89EB3985 [at] microsoft.com...
>> Only ASP.NET 2.0 runs in 64bit mode, if you need to use ASP.NET 1.1, then
>> you must setup IIS to runs in 32bit mode
>>
>> How do you set up IIS to run in either 32 or 64bit mode? I can't see any
>> options when you install it?
>
>
Re: IIS6 and ASP.NET
On May 16, 10:37 am, "anonymous" <nospam.net> wrote:
> "Alessandro Caporale" <alessan... [at] caporale.info> wrote in message
>
> news:394EABF6-4112-4A64-AC15-426E89EB3985 [at] microsoft.com...
>
>
>
> > Only ASP.NET 2.0 runs in 64bit mode, if you need to use ASP.NET 1.1, then
> > you must setup IIS to runs in 32bit mode
>
> > How do you set up IIS to run in either 32 or 64bit mode? I can't see any
> > options when you install it?- Hide quoted text -
>
> - Show quoted text -
Read these blog entries for a background explanation of what's going
on and help for deciding on what you want to do:
http://blogs.msdn.com/david.wang/archive/2006/06/27/HOWTO-Di agnose-One-Cause-of-1-is-not-a-valid-Win32-application-on-II S6-on-64bit-Windows.aspx
http://blogs.msdn.com/david.wang/archive/2005/10/06/HOWTO-Di agnose-one-cause-of-503-Service-Unavailable-on-IIS6-on-64bit -Windows.aspx
http://blogs.msdn.com/david.wang/archive/2005/09/23/HOWTO_Di agnose_one_cause_of_503_Service_Unavailable_on_IIS6.aspx
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Re: IIS6 and ASP.NET
On May 16, 10:37 am, "anonymous" <nospam.net> wrote:
> "Alessandro Caporale" <alessan... [at] caporale.info> wrote in message
>
> news:394EABF6-4112-4A64-AC15-426E89EB3985 [at] microsoft.com...
>
>
>
> > Only ASP.NET 2.0 runs in 64bit mode, if you need to use ASP.NET 1.1, then
> > you must setup IIS to runs in 32bit mode
>
> > How do you set up IIS to run in either 32 or 64bit mode? I can't see any
> > options when you install it?- Hide quoted text -
>
> - Show quoted text -
You want to read the following blog entries for the background and
understand whatever you are trying to do:
http://blogs.msdn.com/david.wang/archive/2006/06/27/HOWTO-Di agnose-One-Cause-of-1-is-not-a-valid-Win32-application-on-II S6-on-64bit-Windows.aspx
http://blogs.msdn.com/david.wang/archive/2005/10/06/HOWTO_Di agnose_one_cause_of_503_Service_Unavailable_on_IIS6_on_64bit _Windows.aspx
http://blogs.msdn.com/david.wang/archive/2005/09/23/HOWTO_Di agnose_one_cause_of_503_Service_Unavailable_on_IIS6.aspx
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//