I have a view in Asp.Net MVC project shared folder which is not tied to any controller or its action. Assuming it has all static html content, how can I see that view with url in a browser?
Asked
Active
Viewed 258 times
0
-
1good question, if we could do it!!! – Mir Gulam Sarwar Apr 15 '14 at 18:43
-
http://stackoverflow.com/questions/1149750/using-asp-net-routing-to-serve-static-files. Failing that, the same way you serve up any other view, by writing a controller method to service the URL. – Robert Harvey Apr 15 '14 at 18:46
1 Answers
0
I installed notfoundmvc nuget package and I am able to navigate to share folder views now.

Kurkula
- 6,386
- 27
- 127
- 202