Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have an existing .Net application, now I want to deploy this application with cloud computing. So what should I do? Should my code will also have to be changed? Tell be a description for the same.

I have a stock images and videos website. User upload these file on our website and sell through it. Currently these files are going to store on a dedicated server. Now I want use cloud server hosting. So for this purpose, what should I do in C# code and web config file. What kind of changes in application are required.

Thank You
Posted
Updated 23-Feb-12 20:26pm
v2
Comments
Ed Nutting 23-Feb-12 16:56pm    
Expand your question - this is just a demand at the moment - and you do not give enough information for anyone to help you. You need to specify your exact situation, what the .Net application currently does and how it's set up before anyone can help you.
Member 8572856 24-Feb-12 2:03am    
I have a stock images and videos website. User upload these file on our website and sell through it. Currently these files are going to store on a dedicated server. Now I want use cloud server hosting. So for this purpose, what should I do in C# code and web config file. What kind of changes in application are required.
Ed Nutting 24-Feb-12 2:30am    
I have updated the question to include this information. Thank you. I cannot help personally as I'm not entirely sure what you mean by Cloud Hosting - as in are what does Cloud Hosting actually entail for you...multiple PCs handling your requests? As I thought "the Cloud" was the use of lots of PCs but in small amounts to handle requests. That would imply therefore, needing multiple copies of one config file and code that is well protected against multiple simultaneous requests and handles database concurrency well. For a better answer you will have to wait for someone else to reply.

Hope this helps other answer your question,
Ed

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