I created an aspnet Core 2.0 WebApi Code First (work with SQL Server 2017 Database). I have successfully deployed it to Local IIS in my PC.
This is the error msg when I did a GET with Postman :
Error: 0 - Unexpected exception in FrameConnection.ProcessRequestsAsync.
Error: 0 - UbReadCb
Error: 0 - Unexpected exception in FrameConnection.ProcessRequestsAsync.
Error: 0 - Unexpected exception in FrameConnection.ProcessRequestsAsync.
Error: 0 - UbReadCb
I dont know what they mean. Can you help.
Thanks