How do I set an ADO.NET Entity Framework connection string via the Windows Azure (Preview) Management Portal?

前端 未结 5 1753
一向
一向 2020-12-16 10:53

In the Windows Azure (Preview) Management Portal you can change the configuration options for web sites (see http://www.windowsazure.com/en-us/manage/services/web-sites/how-

5条回答
  •  無奈伤痛
    2020-12-16 11:28

    I had the same problem. I solved, putting in the web.config this connectionstring:

    
    

    And after I removed the connectionstring of my website, worked, because it was not getting the connection string that I added in my web.config.

    English bad... =)

提交回复
热议问题