I am an old VB6 programmer who is just getting into VB.NET. I bought an old version of VB.NET (2003) just to make sure I would feel comfortable to make the transfer. I am working on Windows 8. My problem concerns when I try to create an ASP Web Application. When I try, I get a message that says, that it sees I am using ASP.NET Version 1.0. Then it says I need to "upgrade ASP.NET on the server to the latest version" I have already turned on IIS. What do I do?
Visual Studio 2003 Error: upgrade ASP.NET on the server to the latest version
Collapse
X
-
You should configure your IIS to target the .NET Framework version 1.1.
Or else you could just download the free version of Visual Studio Express for Web Development.
-Frinny
Comment