Hi I have done following steps while hosting my .net core web API in IIS of my laptop. But when I browse the URL I get 404 error.
Sample URL: http://localhost/Myapp/api/user
Help will be much appreciated! If need any further info let me know.
Steps:
- Install Install the .NET Core Hosting Bundle 2.2.5
- Hosted web api in IIS with defaul 80 port number without any hostname
- Created new application pool with No MANAGED CODE as .NET CLR Version.



