c# - How to Clear web config file This error? -


Getting bthis error in my local database web configuration I can not open the requested database "BelenZyTib" Login failed. Anyone knows this error is logged failed.

This means, you need to allow the database that is mentioned in your question.

Follow the instructions:

=> Open SQL Server

=> Go

=> Find the Security tab => login

=> click on new login

=> Enter the name 'ARBSWell IUSR_ARABSWELL' as the login name

=> And then click on usermapping from the left tab

=> Choose your database name from the list in the right side.

=> Then you want to provide the role to your database. Actually you should select public, डेट्राডার, and डेट्रॉस्ट्रटर.

=> Finally, click OK and restart the SQL Server.

Run your application now. You will find your way.

Note: The above instructions are verified in SQL Server 2008. This concept is similar to all servers, but the process may vary depending on the IDE.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -