stephyap
New member
- Joined
- Apr 30, 2021
- Messages
- 4
- Programming Experience
- Beginner
This is my appsettings.json in my asp.netcore3.1 Api:
When I run the Api it gives me the error:
Document
It seems that the AuthConfig Endpoint port localhost:80 does not run on my IIS Express.
I don't know how to run this port on IIS Express. Please help.
When I run the Api it gives me the error:
Document
Name | Value | Type | |
---|---|---|---|
disco.Error | "Error connecting to https://localhost:80/.well-known/openid-configuration. The SSL connection could not be established, see inner exception.." | string |
It seems that the AuthConfig Endpoint port localhost:80 does not run on my IIS Express.
I don't know how to run this port on IIS Express. Please help.