Hi all..
I have a win 2K server running .net framework 1.x well, it was!!
I ran windows update, and it said V2 was on, and then the service pack went on too.. all good!!
except, on the bottom of my error page I get
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
what am I missing?? I have removed version 2 from add remove programs, and reinstalled it using the stand alone installer, but still
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
any advice would be greatfully taken!
Since you now have two frameworks installed, you need to set the virtual folder containing your app to use the 2.0 framework in IIS.
by default it will stay at the original 1.1 version.
worked like a dream.. thank you...