MVC aliases in Portal Projects

Robert Tyska asked on August 2, 2018 22:33

Working on a portal implementation in v10. Have a need to serve up static, extension-less files. We are doing authentication through Azure AD B2C and the pages that host the forms cannot have the injected form tag that is normally rendered through the portal.

I was hoping that by simply adding some controllers and views to the root CMS project, I could specify those controllers/action under the URLs tab of a page in the content tree. That didn't work out too well... anyway, I simply need to know if/how to use MVC routing in a Portal implementation. Any thoughts would be appreciated.

Recent Answers


Peter Mogilnitski answered on August 6, 2018 18:23

Why exactly you want MVC? Can you use regular routes?

0 votesVote for this answer Mark as a Correct answer

Robert Tyska answered on August 6, 2018 19:13

Thanks, but I got it working.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.