Hi,
I'm trying to deploy a lightweight WebAPI built with SnapDevelop 2022 R3 under IIS / Windows 11.
The WebAPI is functioning well within my developmental environment:
I used the publish function to copy the files into the root folder of my project-specific WebSite (WebAPIAmt24 listening to 8080):
But the call of the WebAPI-function retrieve ends up as follows:
the configuration data generated by SnapDevelop seem to be not valid. The configuration editor cannot open the web.config:
I followed the youtube presentation by Bruce Armstrong https://www.youtube.com/watch?v=8M7xzVAuPFA.
He succeds - why do I not?
Any hints appreciated
Peter