I am new to web development. I am at the deployment point (for testing). I have several places (maybe 4 places) where I had to add a URI that was not relevant to the application. So now, when deployed, they need to be changed.
Is there a slick way to handle this? With slick, I do not mean going through the application manually , and changing a URI or blanket is found and replaced (too risky). I have only 4 places to change, but this can easily change and cause deployment problems.
I use the Microsoft technology stack. Silverlight, ASP.NET, RIA, etc. Development is done in Visual Studio 2010.
I noticed that web projects have a great conversion for web.config ... which is nice. Is there an equivalent mechanism for Silverlight resources? Any other ways?
Any thoughts?
source
share