0

My question is how do I route to sub folders (angular) to return HTML files in the views folder of a ASP.net MVC project.

Exzile
  • 389
  • 4
  • 15
  • You might be interested to read this answer - [How to use ASP.Net MVC View .csthml as Angular View instead of .html](http://stackoverflow.com/a/39922683/296861) – Win Oct 18 '16 at 20:37

1 Answers1

0

I have concluded that for some reason I can't use the Views folder to store my html files to be served. I created a separate folder 'View' (without s) and put sub folders with .html files in it. Used the routing on Angular and they served.

I'm posting this to help other people find this solution quicker.

Exzile
  • 389
  • 4
  • 15