I have a .net core 2.0 application running under iis. It runs fine, however, I'm a bit confused about the mapping to the views.... The site runs under the main web site....so something like..
Web Sites -->my main website --> my core website
I should also mention that it runs fine locally, but when I publish it to server (where it is under the main website), my mappings seem to be incorrect.
I'm not sure why, but when i redirect to a view, it doesn't seem to be able to find the views...if that makes sense.....
I'm not sure if it's a setting I am missing or what....
Thanks in advance.