Reputation: 1
I have a web API developed in C# and it runs with no error on Visual Studio with IIS Express. Now that the application is done I have deploy it to IIS but on the same machine. With the previous web API I have no problem, bu with this one it gives me the following error:
No terminal found for MachineID: ServerName
I have search on the internet and I haven't found any matter related to this problem.
The server I am using is a windows server 2012 R2 and IIS 8 The application pool I am using is .net v.45
I have tried different configurations regarding the initialising of the API and it's components. Also try to change the AppPool pipeline mode.
Upvotes: 0
Views: 24