Base solution for your next web application

Activities of "lundracing"

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

  1. I have installed asp net core on the machine
  2. Created a new application pool with the .NET CLR version to No Managed Code
  3. I used visual studios publish to folder feature to create the project output
  4. I then created a new folder in the wwwroot and copied over the output of the vs publish into this folder (net461\net461\publish)
  5. Created a new website, using the binding xxx.foo.local:80
  6. Bound the website directory
  7. Selected the correct application pool
  8. Started the website

And I still get nothing when I try to browse the application.

Any other thoughts?

Thanks!

Showing 1 to 1 of 1 entries