I am new to using .Net. I have been using .Net 1.1 till now and I have been told to upgrade it to .Net 3.5 or higher version. Could any one of here please let me know how its done. How to install .Net 3.5, how to configure IIS and all. I know that code also
wont work when we upgrade. But as of now I need to know how to install .Net 3.5 (whether .net 3.5 is free or need to buy. Reply in this regard is really appreciable.
But as of now I need to know how to install .Net 3.5 (whether .net 3.5 is free or need to buy
Its free. You will need remote desktop access to your server to be able to install it (as in a VPC or dedicated server hosting).
You can download it directly from Microsoft. If you are going to install it you may as well do .net framework 4.5 as its the latest and then you can still support 3.5 if you prefer:
Pretty sure you will need a modern version of Visual Studio to be able to develop so you should get the free Visual Studio Express 2012 for Web from here:
I have been told to upgrade it to .Net 3.5 or higher version. Could any one of here please let me know how its done.
Then you can change the target of your .net website / project by following these steps:
Backup your website files before you do anything
Open your website up in Visual Studio
Right click on the project folder in the Solution Explorer,
go to Property Pages (Shift+F4),
then go to the Build section
and set the Target Framework to .NET 4.0
Click OK and your web.config will be updated.
You shouldn't have any major problems with upgrading (hopefully). Next time you build you might see some warning about using deprecated methods - you should follow the advice given in these warnings and use the newer versions they suggest.
You might also have some teething problems if you were doing something clever with your web.config in the 1.1 project.
andhaman
0 Points
63 Posts
Upgrade to .Net 3.5
Nov 19, 2012 08:53 PM|LINK
Hello all,
I am new to using .Net. I have been using .Net 1.1 till now and I have been told to upgrade it to .Net 3.5 or higher version. Could any one of here please let me know how its done. How to install .Net 3.5, how to configure IIS and all. I know that code also wont work when we upgrade. But as of now I need to know how to install .Net 3.5 (whether .net 3.5 is free or need to buy. Reply in this regard is really appreciable.
rtpHarry
All-Star
56620 Points
8958 Posts
Re: Upgrade to .Net 3.5
Nov 20, 2012 01:25 PM|LINK
Its free. You will need remote desktop access to your server to be able to install it (as in a VPC or dedicated server hosting).
You can download it directly from Microsoft. If you are going to install it you may as well do .net framework 4.5 as its the latest and then you can still support 3.5 if you prefer:
Pretty sure you will need a modern version of Visual Studio to be able to develop so you should get the free Visual Studio Express 2012 for Web from here:
Then you can change the target of your .net website / project by following these steps:
Click OK and your web.config will be updated.
You shouldn't have any major problems with upgrading (hopefully). Next time you build you might see some warning about using deprecated methods - you should follow the advice given in these warnings and use the newer versions they suggest.
You might also have some teething problems if you were doing something clever with your web.config in the 1.1 project.
Post errors here if you get stuck further!
Angie xu - M...
All-Star
18638 Points
1583 Posts
Microsoft
Re: Upgrade to .Net 3.5
Nov 21, 2012 02:17 AM|LINK
Hi andhaman
I just notice that you post the same question, fortunately rtpHarry gives better solution.
Please check the links below, it is helpful after you update from .NET 1.1 to .NET 3.5 -
Migrate Your ASP.NET 1.1 Apps to Visual Studio 2010.
http://msdn.microsoft.com/en-us/magazine/ff956194.aspx
Issue while converting from .Net 1.1 to .Net 3.5
http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/60b09738-4ee1-4762-8971-369970d5e738
hope it helps you.
Kind regards
Feedback to us
Develop and promote your apps in Windows Store