Keyword not supported: 'server'
问题 I've been trying to edit my connection string for uploading my website to a server. I am not really experienced with this. I got this exception: the Keyword not supported: 'server'. Here is my connection string: <add name="AlBayanEntities" connectionString="Server=xx.xx.xxx.xxx,xxxx;Database=AlBayan;Uid=bayan;Password=xxxxx;" providerName="System.Data.EntityClient" /> I've tried embed this string into my old connection string which works very well locally, but it didn't fit : S 回答1: For