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

F

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.
 
F

fniles

Thank you very much.
It works !!!
Thanks.

Juan T. Llibre said:
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/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top