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.
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.
See the first item in our Developer FAQ
Hope that helps,
Joe
Thank you very much for your fast and valuable reply. Sorry for missing this while searching FAQ. Kind regards.