This is a Entity framework connection string in my web.config. Is there a way to tidy this.
For example could the actual connection string "provider connection string" be pointed to a separate connection string.
Its just sooo ugly and hard to read..
<add name="MyEFConnection"
connectionString="metadata=res://*/VN.csdl|res://*/VN.ssdl|res://*/VN.msl;provider=System.Data.SqlClient;provider connection string="data source=PC01;initial catalog=MyDatabaseName;user id=joe;password=xxxxxxx;multipleactiveresultsets=True;connect timeout=30;application name=EntityFramework""
providerName="System.Data.EntityClient" />
Our community of experts have been thoroughly vetted for their expertise and industry experience.