I created a VS (Visual Studio 2019) "ASP.NET Core Web API" C# webservice. It runs fine using the Swagger test client with a GET command. From VS, I published the project to the folder C:\inetpub\test_restful. Next, I went into IIS (Windows 10 20H2). Right clicked on SITES and created a new service. However, in IIS when I click "Browser", it opens a browser windows, which says, "ERROR 500.19. The requested page cannot be accessed because the related configuration data for the page is invalid." How can I get this to work in IIS?
Asked
Active
Viewed 12 times
0
-
1Above the commend about the "question already answered link" was never answered. The one asking the question said, "he gave an upvote only because they proved a download link", which didn't solve the problem. I hope more try to solve this problem here with my question. Thank you. – user14654659 Jun 21 '21 at 18:53