Hi,
I'm using SnapDevelop to write a small app responding to POST and GET requests (Windows 11, SnapDevelop 2022 R3).
I wanted to upgrade my application from the .NET 3.1.32 to the .NET6.0 framework. So I changed the app settings accordingly:
I installed the MS Hosting Bundle for .NET 6.0.1 on my Windows 11 computer and testet the app successfully with ReqBin.
BUT: Snap Develop's Web API Tester now returns an error message (request failed because the target denied the connection). The same test does function well if I return to .NET 3.1.32.
Can anyone give a hint on how I can inform the API Tester about the .NET version?
Thanks in advance
thanks again for your rapid response.
Here is an upload of the procect files:
https://mddata.infosense-service.de/Mandant/Mandant3886/Jimdo/gv/software/WebAPIAmt24/WebAPIAmt24-csproj.zip
Peter