Hello,
Exception Message: Access is denied,
System.ComponentModel.Win32Exception this kind of Issue manly will come because of Azure DataBase Connection string Wrongly entered.
ConnectionString should be like this
In the Above string qa88bialki is ServerID
TestAzure is DataBase Name,
saapp is UserId for the AzureDataBase server,
harikrishna@! is the Password for that Server,
Exception Message: Access is denied,
System.ComponentModel.Win32Exception this kind of Issue manly will come because of Azure DataBase Connection string Wrongly entered.
ConnectionString should be like this
<add name="SqlServer" connectionString="
Server=tcp:qa88bialki.database.windows.net,1433;Database=TestAzure;User
ID=saapp;Password=harikrishna@!;Trusted_Connection=False;Encrypt=True;Connection
Timeout=30;"/>
In the Above string qa88bialki is ServerID
TestAzure is DataBase Name,
saapp is UserId for the AzureDataBase server,
harikrishna@! is the Password for that Server,

