Just add the below section in your web.config
file.
Just follow below two steps:
In this blog, I am sharing the key points that I noted while learning the basics of database unit testing for SQL Server.
To install Materialize in your angular app. You just need to follow 2 steps.
Below, I have mentioned both root-cause & solution of the above error.
As Web API (Rest API) is stateless, so there should be some mechanism by which a server can identify the user in every request. So to enable a user's identity to a web server, we pass some data in headers in each web request to the server. The server reads that data & understands to identify the user. This process of identifying the user & ensuring that he is a valid one is known as Authentication.