asp.net mvc - Using Ember-CLI with MVC .Net -
i trying use ember-cli , mvc .net together. have ember app building cli , trying return view("~/ui/dist/index.html") in mvc controller , says
"the view '~/ui/dist/index.html' or master not found or no view engine supports searched locations. following locations searched: ~/ui/dist/index.html"
the file in location not sure why not working.
the ember app working before embedded in cshtml file, migrating cli.
i using reference setup project https://stackoverflow.com/a/28972677/4228237. "ui" in path above ember-cli app name
Comments
Post a Comment