I am trying to deploy a .net core web app with IIS. I've read through the documentation but I'm only getting so far. If I run the application with Visual Studio (ctrl+F5), everything runs as expected. I deployed the app and moved the files to a folder. After deploying, I get the success message with the location on local host. http://localhost:5000. That will open up. But, the style sheet does not seem to be coming through properly. If I click a button to go to a page that call a controller, I get an error that points to a line of code. I then tried to set it up in IIS. I followed the documentation steps, but when OI try to go to the site, the style sheet is gone. There is button on the page that says Toggle Navigation but clicking it does nothing. Clicking the button to go to another page does nothing. If I click a hyper link to another page I get an HTTP 500 error. The .Net Core web hosting is installed. I'm not sure what else to do or what is next to try. Thanks for any help.
↧