please read the mvc docs. view are not servered and not accessed by iis. in mvc the routemap (global.asax) turns a url into an controler action call. only a controler will load a view and it can use any path its wants to find a view (its work but you can
define your own view paths)
bruce (sqlwo...
All-Star
36882 Points
5451 Posts
Re: How to bind a Controller to a View
Feb 29, 2012 06:37 PM|LINK
please read the mvc docs. view are not servered and not accessed by iis. in mvc the routemap (global.asax) turns a url into an controler action call. only a controler will load a view and it can use any path its wants to find a view (its work but you can define your own view paths)