Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a website which is reading config files from local file system and now i want to move my project to azure client. How to handle this.

My Config Example.

there are more than 50 config files

1st i am reading those files and inside those files there are lot of paths which i am reading filesystem so is there any way to handle this.
Posted

1 solution

hi you have a lot places to mention the configuration details in a azure role projects like :
1) .cscfg file in the cloud project role
2) old configs system still persist in Azure Web Role Project ( web.config or app.config )
3) Still Repository file concept which is being used for Globalization can also be used but you cannot change the values while the project is hosted on cloud but the flexibility exist with .cscfg file
 
Share this answer
 

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