Upgrading ASP.NET AJAX 1.0 Websites to .NET 4.5
Posted
by
Lijo
on Programmers
See other posts from Programmers
or by Lijo
Published on 2014-06-12T18:46:22Z
Indexed on
2014/06/12
21:37 UTC
Read the original article
Hit count: 561
I have an existing website in ASP.Net 2.0
that uses ASP.Net Ajax 1.0
. This is developed using Visual Studio 2005.
Now, we are planning to upgrade this to .Net 4.5
and VS2013
.
When I made a search, I could see that there are blogs about upgrading projects with Ajax 1.0 to .Net 3.5 version. However I could not find useful links for upgrading to .Net 4.5. Do we have any useful links for that? Or is it an unworkable approach?
Note: As of now we have not purchased VS2013 and servers for this. Purchase depends on the feasibility study. Hence I cannot test it myself, at present.
© Programmers or respective owner