Absolutely, pages (and this term is used easily in the MVC side of things) can link to each other without any problems. Now, any built-in authentication or session management or something like that will be much more complicated, but if all sites should do this, this is a link to each other, then they can do it like any other two websites. ASP pages can host manually created (as compared to HtmlHelper) links to MVC actions and can take forms that send values ββto MVC actions (provided that the field names are constructed correctly).
There is nothing special about MVC actions. They simply handle HTTP GET / POST requests, like everything else.
David source share