Hi,
I have two connection strings in my Web.config one is for Development environment and another one for Production environment.Now what i want is when i select Debug mode and deploy(Publish) in using File system it should automatically take Development Connection String and when i select Release and deploy(publish) it should automatically take Production connection string.Had anyone come across this situation before??
Thanks,
Prasant