Keyword not supported: 'data source'.
My Connection String:
I have host my mvc4 application in windows azure with entity framework 5 model-first and i got this error. any one please help me.
Keyword not supported: 'data source'.
My Connection String:
I have host my mvc4 application in windows azure with entity framework 5 model-first and i got this error. any one please help me.
As discussed in the comments and as previously answered here, this is because you have "
in your connection string.
You should replace these with single quotes for it to work.