visual studio 2010 - Managing Multiple web.config files for an MVC3 Azure application -


i have asp.net mvc 3 application running on azure. uses sql azure database.

i want deploy application different instances (testing, demo, multiple productions) , each instance needs it's own unique sql database.

i know new azure tools update, able manage multiple service configurations. great , solve problem. issue sql connection strings in web.config files in mvc part of project.

i want exact same functionality multiple service configurations feature, sql connection strings.

thanks help!!

.net configuration transformations should job. azure service configurations, separate web.configurationname.config file created each instance want deploy to. building solution proper configuration (testing, demo, etc.) insert correct "instance" config values web.config.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -