Re: How To Make web app use 2.0 framework?
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Wed, 24 Jan 2007 13:47:47 -0400
Are you running Windows 2003 Server ?
If so, you must specifically *enable* ASP.NET.
You can do so by scrolling down the left-hand side of the IIS Manager,
to "Web Service Extensions", and allowing 2.0.50727 on the right panel.
If you are running W2K3, and if you do that, you should see the option enabled.
Alternately ( there's been reports of some installations not being able
to display the ASP.NET tab or other ASP.NET options other than 1.1 ),
you can download Denis Bauer's "ASP.NET Version Switcher" from:
http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx
....and use it to switch the ASP.NET version to 2.0, as a workaround.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Paul" <Paul@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CAE595C4-4B8E-4241-9C40-923513180D1F@xxxxxxxxxxxxxxxx
Hi thanks for the response. In the asp.net tab the selection is disabled and
it only shows 1.14322 so it will not allow you to select 2.0. The following
folders exist on the server
C:\WINDOWS\Microsoft.NET\Framework\V1.0.3705,
C:\WINDOWS\Microsoft.NET\Framework\V1.1.4322,
C:\WINDOWS\Microsoft.NET\Framework\V2.0.50727
so I think 2.0 is installed.
--
Paul G
Software engineer.
"Juan T. Llibre" wrote:
Run the server's IIS mmc ( Internet Service Manager ).
In the application's properties, in the ASP.NET tab,
select the .net Framework version the app should use.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Paul" <Paul@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:31982A72-14B6-48DE-B20B-C72CFCB73023@xxxxxxxxxxxxxxxx
Hi I have a web app built with 2.0 framework and after deploying it to a
server that has both 1.1 and 2.0 it looks like it is trying to use 1.1 as it
is complaining about a config tag in the web.config file and also in IIS it
lists it as asp.net version 1.14. Anyhow just wondering how to set this to
use 2.0?
thanks.
--
Paul G
Software engineer.
.
- Follow-Ups:
- Re: How To Make web app use 2.0 framework?
- From: Paul
- Re: How To Make web app use 2.0 framework?
- References:
- Re: How To Make web app use 2.0 framework?
- From: Juan T. Llibre
- Re: How To Make web app use 2.0 framework?
- Prev by Date: Re: Hidden IFrame Values Not Making It To Server: How Do I Debug This?
- Next by Date: how can i change the size of an image file dynamicy
- Previous by thread: Re: How To Make web app use 2.0 framework?
- Next by thread: Re: How To Make web app use 2.0 framework?
- Index(es):
Relevant Pages
|