question

ispace-4512 avatar image
0 Votes"
ispace-4512 asked AgaveJoe commented

asp.net core web api not responding in windows 2012 server

We have a windows 2012 R2 dedicated server with GoDaddy, we have installed the asp.net core on it version 2/3/5, we are trying to rtest un backend web api on it, it gives us 404 error, even the WeatherForecast is throwing 404 error, we have tried all options to fix it but with no success, kindly help!

dotnet-aspnet-core-webapi
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @ispace-4512,

We have a windows 2012 R2 dedicated server with GoDaddy

Have you ever installed the Microsoft's web server, Internet Information Services (more commonly known as IIS) on the Windows 2012 R2 server? How do you deploy the API application on the IIS and configure the website? It is better to tell us the detail steps to reproduce the problem.

0 Votes 0 ·

yes of course the server has IIS on it, we also have .net core 2.0 3.0 50 installed, we also made the domain as no managed code, it is windows fully dedicated 2012 R2 server, with godaddy, what other info do you need? it looks like you are a microsoft employee so if you want we can talk to godaddy on a conference call and try to resolve this matter..

0 Votes 0 ·

A not found (404) error simply means the URL was not found but the web application is responding. What URL are you using to access the site? Can you share the route configuration?

0 Votes 0 ·

0 Answers