Connecting Tech Pros Worldwide Forums | Help | Site Map

dotnet 2.0, 1.1 problem

Björn
Guest
 
Posts: n/a
#1: Mar 29 '06
Hey List

I have a big problem with my new (Windows2003 Web Edition) Server
I have installed 2.0 Framework with MS Update.
For an web application I need 1.1 Dotnet Framework.
Now in IIS management console I can only switch to Version 2.0.
The 1.1 Framework is installed! But I can´t choose it for my website.
Can anyone help me? I can´t find any help at google

best regards

Björn


Juan T. Llibre
Guest
 
Posts: n/a
#2: Mar 29 '06

re: dotnet 2.0, 1.1 problem


Have you tried registering ASP.NET 1.1 with IIS ?

Open a command window at :
drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

and run the following command :

aspnet_regiis -i

Let us know if that fixes your problem.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Björn" <prodevelop@gmx.net> wrote in message news:%234rEGZxUGHA.5004@TK2MSFTNGP11.phx.gbl...[color=blue]
> Hey List
>
> I have a big problem with my new (Windows2003 Web Edition) Server
> I have installed 2.0 Framework with MS Update.
> For an web application I need 1.1 Dotnet Framework.
> Now in IIS management console I can only switch to Version 2.0.
> The 1.1 Framework is installed! But I can´t choose it for my website.
> Can anyone help me? I can´t find any help at google
>
> best regards
>
> Björn
>
>[/color]


Maury
Guest
 
Posts: n/a
#3: Mar 29 '06

re: dotnet 2.0, 1.1 problem


Björn ha scritto:[color=blue]
> For an web application I need 1.1 Dotnet Framework.[/color]

Have you tried with Asp.Net version switcher?
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Otherwise you have to reconfigure asp.net 1.1
with aspnet_regiis

Good work
M.A.
Closed Thread