Reputation: 979
I have been running net framework 4.0. When I look at IIS, I can see that I have 1.0, 2.0 and 4.0 installed. I have to install 3.5 because I have a web site that is not ready to upgrade to 4.0.
When I try to install 3.5 I get an error, right after I accepting the agreement, it says download complete and then setup error.
Any thoughts? Can I install 3.5 over 4.0.
Thanks in advance.
Upvotes: 1
Views: 218
Reputation: 28367
If you're just looking in IIS, you will never see ASP.NET 3.0 and 3.5.
.NET 3.0 and .NET 3.5 never updated the ASP.NET version -- they were extensions to .NET 2.0
Here is a post on Scott Hanselman's blog explaining this.
Upvotes: 2