Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
Hi all,

I have an Asp.net web site that is running on .net 2003 and I want to carry it .net 2010 part by part. How can I do that? I mean how can I provide a connection between two servers in intermediate steps of this migration?

Thanks in advance.
Posted
Comments
[no name] 13-Jul-12 9:21am    
"how can I provide a connection between two servers "... I have found that a CatV cable usually suffices.
kurtiniadiss 13-Jul-12 9:28am    
I mean from connection that how can I pass information from one server to another,session information, etc.
[no name] 13-Jul-12 9:36am    
First of all your question does not make any sense and you did not provide enough information for anyone to tell what it is that you are trying to do. And you are talking about two completely different things in the same sentence. I think that you are making whatever it is that you are doing more complicated than it needs to be. If the servers are on the same network all you need is a CatV cable to copy/paste files. If they are not on the same network then use FTP.
kurtiniadiss 13-Jul-12 9:46am    
Let me explain. I have an already running system and while it is running I want to update its version. I will carry the code part by part. So in intermediate steps some of the pages will be running on 2003 server and some of pages will be running on 2010. I am searching the solution of the problem that how communicate these two servers without producing any uncomfortable thing for the users. Thanks for your response:)
bbirajdar 13-Jul-12 11:12am    
Copy paste the website from one server to another at once. Test it locally if it works fine. Then assign the domain address to your new server once you are confident it is working fine. If required, shutdown your website for an hours between this transition

1 solution

Hi . this is rene from mexico
Well... lets begin
You need to know the features of your old server like . framework. service pack version. sql version ok?
Then. you need install that apps in your new server.
well so far all fine? Right.
The next step is critical..because you need configure de Asp.net version in wich your web site will run..
In my case . when i did the configuration of the server i change the asp.net framework i put this in 2.01 .
Then i start the iis and all the pages run fine
Right now. even when i have the VS 2010. AND FW 4.0....im still develop in 3.5
Regards from mexico
 
Share this answer
 
Comments
kurtiniadiss 15-Jul-12 3:47am    
Hi Rene,
Thanks for your response:) The old web app was developed in asp.net 1.1 VS 2003 and the new one will be asp.net 4.0 and VS 2010. I also have a database server with oracle db. I do not have any experience on these topics, do you have any suggestion links, tutorials, examples on that topic?
Best regards

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