Home All Groups Group Topic Archive Search About

Upgrading ASP.NET on my web server to the latest version

Author
7 Sep 2006 9:42 PM
fniles
I have .Net Framework 1.1 on my machine, when I try to create an ASP.NET Web
application, it gave me the following error:
Visual Studio .NET has detected that the Web server is running ASP.NET
version 1.0. The web application you are creating or opening can be
configured to be compliant wiht ASP.NET 1.0. However, the application will
not be able to use new features from ASP.NET 1.1.

The web server (IIS) is on my machine also.
How can I upgrade ASP.NET on my web server to the latest version ? Where can
I get the latest ASP.NET from ?

Thanks a lot.

Author
7 Sep 2006 11:55 PM
Juan T. Llibre
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/
===================================
Show quote
"fniles" <fni***@pfmail.com> wrote in message news:eossOas0GHA.1568@TK2MSFTNGP03.phx.gbl...
>I have .Net Framework 1.1 on my machine, when I try to create an ASP.NET Web application, it gave
>me the following error:
> Visual Studio .NET has detected that the Web server is running ASP.NET version 1.0. The web
> application you are creating or opening can be configured to be compliant wiht ASP.NET 1.0.
> However, the application will not be able to use new features from ASP.NET 1.1.
>
> The web server (IIS) is on my machine also.
> How can I upgrade ASP.NET on my web server to the latest version ? Where can I get the latest
> ASP.NET from ?
>
> Thanks a lot.
Author
8 Sep 2006 8:24 PM
fniles
Thank you very much.
It works !!!
Thanks.

Show quote
"Juan T. Llibre" <nomailrepl***@nowhere.com> wrote in message
news:eN%23gkkt0GHA.1300@TK2MSFTNGP05.phx.gbl...
> 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/
> ===================================
> "fniles" <fni***@pfmail.com> wrote in message
> news:eossOas0GHA.1568@TK2MSFTNGP03.phx.gbl...
>>I have .Net Framework 1.1 on my machine, when I try to create an ASP.NET
>>Web application, it gave
>>me the following error:
>> Visual Studio .NET has detected that the Web server is running ASP.NET
>> version 1.0. The web
>> application you are creating or opening can be configured to be compliant
>> wiht ASP.NET 1.0.
>> However, the application will not be able to use new features from
>> ASP.NET 1.1.
>>
>> The web server (IIS) is on my machine also.
>> How can I upgrade ASP.NET on my web server to the latest version ? Where
>> can I get the latest
>> ASP.NET from ?
>>
>> Thanks a lot.
>
>
>

AddThis Social Bookmark Button