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!

I can not figure out how to deploy the application to IIS.

Is there a guide (not centered around Azure) that can point me in the right direction?

Project Type: Asp.NET Core MVC & jQuery Project Version: v5.6.2 (latest) Framework: .NET Framework 4.6.1

I have tried copying over the published contents to a root directory, creating an application in IIS, and when I navigate to the web address I get "xxx.foo.local’s server IP address could not be found."

Any help would be greatly apprciated. Thanks in advance

Showing 1 to 2 of 2 entries