Hello folks,
I am a newbie of the ASP.NET MVC framework I am just wondering how to configure in my case.
I'd like to make a url in my mvc application as following :
1) http://localhost/statistics/people/index
2) http://localhost/statistics/animal/index
3) http://localhost/information/people/index
4) http://localhost/information/animal/index
if I configure 'statistics' and 'information' as coltrollers, can I make 'people' folder under views folder?
I know that if I use 'area' feature of mvc version 2 framework, but I'd like to know it is possible using mvc 1.0
Thanks in advance.