Reputation: 53
After upgrading asp.net core 2.2 to 3.0. It is perfectly working in my local machine but after deploying into IIS 7.5, 8.5 it is not working showing the following error message:
500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.
Steps that i did:
`#Software: Microsoft Internet Information Services 8.5
2019-12-09 08:53:29 ServerIP GET / - 99 - clientIP Mozilla/5.0+(Windows+NT+10.0;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/78.0.3904.108+Safari/537.36 - 500 21 13 171 2019-12-09 08:53:29 ServerIP GET /favicon.ico - 99 - clientIP Mozilla/5.0+(Windows+NT+10.0;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/78.0.3904.108+Safari/537.36 https://ServerIP:99/ 500 21 13 46`
Upvotes: 1
Views: 374
Reputation: 53
I found the solution. It's a certificate issue i created new certificate then it is working fine now
Upvotes: 1