IIS 7 and .NET Framework 3.5
IIS 7 and .NET Framework 3.5
am 22.09.2007 21:36:53 von Hrvoje Vrbanc
Hello all!
I have started testing IIS 7 under Windows Server 2008 (beta) and have
installed .NET Framework v3.5 on the same machine.
However, I'm unable to see .NET Framework v3.5 as a configuration option for
the application pools in the IIS Manager. All I can use is .NET Framework
v2.0.50727.
In fact, the only trace of v3.5 in my system is that I can uninstall it from
within the Control Panel.
I would like to be able to test Orcas-developed (VS 2008 is installed on a
client machine) web applications on the IIS 7.
What to do?
Thank you in advance,
Hrvoje
Re: IIS 7 and .NET Framework 3.5
am 23.09.2007 22:03:08 von Steve Schofield
..NET 3.5 is an extension of 2.0 as was 3.0. The only real frameworks that
will show up in the app pools are 1.1, 2.0.
--
Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield
"Hrvoje Vrbanc" wrote in message
news:e5gCH$U$HHA.5464@TK2MSFTNGP02.phx.gbl...
> Hello all!
>
> I have started testing IIS 7 under Windows Server 2008 (beta) and have
> installed .NET Framework v3.5 on the same machine.
>
> However, I'm unable to see .NET Framework v3.5 as a configuration option
> for the application pools in the IIS Manager. All I can use is .NET
> Framework v2.0.50727.
>
> In fact, the only trace of v3.5 in my system is that I can uninstall it
> from within the Control Panel.
>
> I would like to be able to test Orcas-developed (VS 2008 is installed on a
> client machine) web applications on the IIS 7.
>
> What to do?
>
> Thank you in advance,
> Hrvoje
>
Re: IIS 7 and .NET Framework 3.5
am 23.09.2007 22:37:28 von Hrvoje Vrbanc
Thanks!
However, I have a problem that manifests itself as follows: when I create an
ASP.NET web app from within VS 2005, it works OK. But when I create an app
from within VS 2008, it builds OK but it gives an error when I try to see it
in the browser:
Cannot execute a program. The command being executed was
"C:\Windows\Microsoft.NET\Framework64\v3.5\vbc.exe" /noconfig
@"C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET
Files\vs2008test\e362fa34\f58b2a48\ucocibwi.cmdline".
All the permissions on the folders look OK and I see no differences between
the configuration settings of those two apps.
Both apps were created from the same workstation (with both VS 2005 and 2008
installed. There is no FPSE on the web server. What did I miss?
Thank you,
Hrvoje
"Steve Schofield" wrote in message
news:OHZBEzh$HHA.5164@TK2MSFTNGP05.phx.gbl...
> .NET 3.5 is an extension of 2.0 as was 3.0. The only real frameworks that
> will show up in the app pools are 1.1, 2.0.
>
> --
>
> Steve Schofield
> Windows Server MVP - IIS
> http://weblogs.asp.net/steveschofield
>
> "Hrvoje Vrbanc" wrote in message
> news:e5gCH$U$HHA.5464@TK2MSFTNGP02.phx.gbl...
>> Hello all!
>>
>> I have started testing IIS 7 under Windows Server 2008 (beta) and have
>> installed .NET Framework v3.5 on the same machine.
>>
>> However, I'm unable to see .NET Framework v3.5 as a configuration option
>> for the application pools in the IIS Manager. All I can use is .NET
>> Framework v2.0.50727.
>>
>> In fact, the only trace of v3.5 in my system is that I can uninstall it
>> from within the Control Panel.
>>
>> I would like to be able to test Orcas-developed (VS 2008 is installed on
>> a client machine) web applications on the IIS 7.
>>
>> What to do?
>>
>> Thank you in advance,
>> Hrvoje
>>
>
Re: IIS 7 and .NET Framework 3.5
am 23.09.2007 22:52:49 von Hrvoje Vrbanc
A new discovery:
When I set the target framework in VS 2008 to 2.0, then my app works fine.
But if I set the target framework to 3.5, I get the error mentioned in my
previous post.
Framework 3.0 is not installed on the web server (installation of 3.5 went
fine) because when I tried to instal 3.0, I get the message "You must use
the Role Management Tool to install or configure Microsoft .NET Framework
3.0." and I was unable to install it - in other words, I don't know how to
install Framework 3.0 on Windows Server 2008.
I'm puzzled.
Thank you,
Hrvoje
"Steve Schofield" wrote in message
news:OHZBEzh$HHA.5164@TK2MSFTNGP05.phx.gbl...
> .NET 3.5 is an extension of 2.0 as was 3.0. The only real frameworks that
> will show up in the app pools are 1.1, 2.0.
>
> --
>
> Steve Schofield
> Windows Server MVP - IIS
> http://weblogs.asp.net/steveschofield
>
> "Hrvoje Vrbanc" wrote in message
> news:e5gCH$U$HHA.5464@TK2MSFTNGP02.phx.gbl...
>> Hello all!
>>
>> I have started testing IIS 7 under Windows Server 2008 (beta) and have
>> installed .NET Framework v3.5 on the same machine.
>>
>> However, I'm unable to see .NET Framework v3.5 as a configuration option
>> for the application pools in the IIS Manager. All I can use is .NET
>> Framework v2.0.50727.
>>
>> In fact, the only trace of v3.5 in my system is that I can uninstall it
>> from within the Control Panel.
>>
>> I would like to be able to test Orcas-developed (VS 2008 is installed on
>> a client machine) web applications on the IIS 7.
>>
>> What to do?
>>
>> Thank you in advance,
>> Hrvoje
>>
>