configSetter(RoleEnvironment.GetConfigurationSettingValue(configName));错误解决方法

    技术2025-01-26  30

    1. 参看配置文件中的connection string name是否正确。

    2. I can think of two reasons:

     

    2.1 You are using Azure SDK 1.3 and the SetConfigurationSettingPublisher must be called in your Global.asax.cs Application_Start

     

    2.2 You are not setting the Startup project as the *.CloudService one.

     

     

    最新回复(0)