This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Hello,
As addition to mojoportal i wanna install GalleryServerPro (www.galleryserverpro.com).This is a asp.net application (source code available) where you can upload and manage photo's as an cms-solution.
When i copy the files to a subdirectory in mojoportal and when i go to the application trough "localhost/gallery/default.aspx" i get an error: "Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies"
I believe it has to do with the fact that mojoportal and galleryserverpro has a WEB.CONFIG file.My hosting-server says i can install to asp.net application in one web-application.
How to handle the two web.config files?
THNX in advanced.
Hanzie
Hi Hanzie,
See the links in the first item in our Developer FAQ
Hope that helps,
Joe
Hello Joe,
That helped indeed! THNX
I also had to include <system.webserver> in the location tags!!
Glad that worked for you. I've updated the FAQ to mentiion the system.webserver section as well.
Thanks for the beer! Much appreciated.
Cheers,