TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Matti Niskasaari
1.7k
48
1.1k
Core 3.1 API problem in IIS
Oct 31 2020 4:11 AM
I created testAPI project (Core 3.1). There were ready controll:WeatherForecastController
TestAPI works fine when I debuged it (https://localhost:44380/weatherforecast) inside Visual Studio.
Then I published it and copied to my Windows Server 2016 IIS.
I created applicationpool NetCore (No Manage Code) and
then I created application TestMyAPi to IIS/Default Website .
But there it does not work. I tried to browse it (http://localhost/TestMyApi/weatherforecast)
but there comes error: HTTP Error 500.19 - Internal Server Error.
Should I install something to my server that Core API*s will work there ?
Matti Niskasaari
Reply
Answers (
2
)
How to show a particular value from the SOAP Response in HTML asp.net
HTTP Error 500.19 Internal Server