Integrating MVC3 application into mojoportal

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
6/22/2011 4:06:18 AM
Gravatar
Total Posts 2

Integrating MVC3 application into mojoportal

I have portal working on mojortal (say, www.mymojoportal.lan) and stand-alone web-site based on MVC3 (say, www.mywebsite.lan), all running under IIS6. Now I need to integrate portal and web-site so that web-site works as a folder inside portal, e.g. www.mymojoportal.lan/mywebsite/

I created virtual folder inside mojoportal but I got error while trying to access this folder in browser with reference to web.config:

'Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0246: The type or namespace name 'mojoPortal' could not be found (are you missing a using directive or an assembly reference?)'

Please advise me about needed integration technique. Thank you in advance.

6/22/2011 5:34:54 AM
Gravatar
Total Posts 18439

Re: Integrating MVC3 application into mojoportal

See the first item in our Developer FAQ

Hope that helps,

Joe

6/22/2011 6:26:33 AM
Gravatar
Total Posts 2

Re: Integrating MVC3 application into mojoportal

Thank you very much for your fast and valuable reply. Sorry for missing this while searching FAQ. Kind regards.

You must sign in to post in the forums. This thread is closed to new posts.