Thank you all for the reponses.
I believe those instructions are intended for using IIS on your local machine. However, in my case I am deploying to WIndows Server 2016 with IIS.
I have completed the following steps
- I have installed asp net core on the machine
- Created a new application pool with the .NET CLR version to No Managed Code
- I used visual studios publish to folder feature to create the project output
- I then created a new folder in the wwwroot and copied over the output of the vs publish into this folder (net461\net461\publish)
- Created a new website, using the binding xxx.foo.local:80
- Bound the website directory
- Selected the correct application pool
- Started the website
And I still get nothing when I try to browse the application.
Any other thoughts?
Thanks!