L
laziers
Hi,
Anyone know how to set the RouteTable to do some think like this:
solution explorer:
+Views
---+Products
-----+List.aspx
-----+Add.aspx
---+Clients
------+List.aspx
---+Cms <---
------+News
---------+List.aspx
here we have a directory cms, that have news directory, with List.aspx
file
when I write url: site/cms/
the error appear:
Could not find an ASPX view at '~/Views/News/List.aspx'.
ok I understand why, but what I must do, to redirect to directory: '~/
Views/Cms/News/List.aspx'
?
Anyone know how to set the RouteTable to do some think like this:
solution explorer:
+Views
---+Products
-----+List.aspx
-----+Add.aspx
---+Clients
------+List.aspx
---+Cms <---
------+News
---------+List.aspx
here we have a directory cms, that have news directory, with List.aspx
file
when I write url: site/cms/
the error appear:
Could not find an ASPX view at '~/Views/News/List.aspx'.
ok I understand why, but what I must do, to redirect to directory: '~/
Views/Cms/News/List.aspx'
?