User702255701 posted
Hi all,
I have developed my app in VB.net and all working fine. Have now deployed it onto IIS, using the Folder option when publishing.
I can access all the HTML but all my endpoints fail with a 404.0 Error. I am using the Integrated mode with .net 4.0 and without it, makes no difference. When running on local host, I can access it over "http:s//localhost:5001/api/students/getyear" fine
but something like "intranet.domain.co.uk/studentnotices/api/getyear" will return the error.
Any help is appreciated