|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Upgrading ASP.NET on my web server to the latest versionI 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. 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. 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. > > > |
|||||||||||||||||||||||