I have heard that you can use views in a class library now in MVC5.
However I can't seem to find any guide on how to actually do this.
I have created a web app, created a class library and installed the MVC package in that library. I have a controller and a view in the library and I have referenced the library from the web app. This doesn't work and to be honest I didn't expect it to. It feels like I'm missing another link that ties my app to the view in my library.
How do I get the app to look in the library for views?