Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
WE have one windows application developed in visual studio 2003 using crystal reports as well and SQL server 2000 is on back end.
Our client wants to migrate this application on windows 2008 server and SQL server 2008.
Is it possible to install this application on windows 2008 server or there can be some compatibility issues?
One more question, does .net framework any version supports backward compatibility like application developed in .net framework 1.1 can run under .net framework 2.0 or 3.5 or 4.0?

thanks
Posted
Comments
Sunasara Imdadhusen 23-May-13 7:17am    
For application compatibility you have to check on Microsoft site. .Net is supported backward incompatibility. e.g. Your application was developed in .net framework 1.1 and you can run this application on .net framework 2.0 successfully.
skydger 23-May-13 8:04am    
There could be some security issues on 2008 server. Some I/O operations might use privileged rights only even if user works with application from administrator account.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900