This is an open forum for any mojoPortal topics that don't fall into the other categories.
I am using the current verson of Mojoportal on a win2008 server with iis7. Mojoportal is installed with ASP.Net 4.0 Application pool.
I have added my own Silverlight4 business application below that, so the url would be (not real): http://www.myMojoportal.com/mySLApp/default.aspx
I have made no adjustments to Mojoportal except in the web.config where I have enabled: <location inheritInChildernApplications="false"> <system.web></system.web> </location>
In this scenario, when I try to run my app, I get the following error: ----------------------------------------------------------------------------------- Could not load file or assembly 'mojoPortal.Web' or one of its dependencies. The system cannot find the file specified. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'mojoPortal.Web' or one of its dependencies. The system cannot find the file specified. -------------------------------------------------------------------------------------
It appears that Mojoportal is interferring with my application is some other way and trying to read mojoportal.web
I am able to successfully run my application from the same server if I place it in its own website (I stop the mojoportal website and start the myslappwebsite)
http:///www.myslappwebsite.com
any help would be greatly appreciated.
Thanks
you also need to wrap the location around the system.webserver section
Hope it helps,
Joe
Thanks Joe, That got it working on my test server. That apparently was not the solution for my ISP, I'm getting a 500- Internal Server Error there. I will take it up with them.
If I were you, i'd ask your ISP if Silverlight's blocked on their servers, (that's if they're hosting it that is).