Please check if the id and password were correct in your conncetion string in your application's web.config file.
Please make sure the id and password can be used to login to your DB successfully. Also make sure the connection string can work, can connect to your DB.
If this issue is not fiexed, please share your connection string( Please be careful to hide your password and other private information.) and related code so that the community can reproduce the issue.
Member
22 Points
112 Posts
errr after publishing to azure
Apr 25, 2020 01:30 AM|arwa55|LINK
hi
its my first tie to publish a website on azure after i did igot this error
https://rmc399.azurewebsites.net/home.aspx
i dont know waht to do
Contributor
3140 Points
983 Posts
Re: errr after publishing to azure
Apr 25, 2020 03:34 AM|Yang Shen|LINK
Hi arwa55,
Please check if the id and password were correct in your conncetion string in your application's web.config file.
Please make sure the id and password can be used to login to your DB successfully. Also make sure the connection string can work, can connect to your DB.
Reference: Login Failed For User.
If this issue is not fiexed, please share your connection string( Please be careful to hide your password and other private information.) and related code so that the community can reproduce the issue.
Best Regard,
Yang Shen
Member
22 Points
112 Posts
Re: errr after publishing to azure
Apr 25, 2020 10:16 AM|arwa55|LINK
here is the connection string
<connectionStrings>
<add name="ConnectionString" connectionString="Server=tcp:riyadhserver.database.windows.net,1433;Initial Catalog=rmc2020;Persist Security Info=False;User ID=arwa;Password={********};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;" providerName="System.Data.SqlClient" />
</connectionStrings>
Member
110 Points
116 Posts
Re: errr after publishing to azure
Apr 30, 2020 07:09 AM|Masterpiece88|LINK
Hi arwa,
I see that you have fixed your issue. Your site is working fine.