Hi Joe I have a few ASP.Net 3.5 applications in same domain that I have installed mojoportal, my applications run in diferent virtual directorys but when I try to run any of this applications I have errors caused because a inheritance of the web.config from mojoportal. First I got a error because lack of some mojo dll, I solve this in the middle time creating a bin directory in each application and copy ther the mojo bin files, but after this I have only partial functioning. I'm getting now this exception
[DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Inetpub\vhosts\iislafe.es\httpdocs\Jornadas\anatomia_quirurgica_oncologica\Data\Sites\1\systemfiles\sitesettingscachedependecy.config'.]
mojoPortal.Web.UrlRewriter.UrlRewriter_BeginRequest(Object sender, EventArgs e) in D:\mojoportal\Web\Components\UrlRewriter.cs:88
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
my application in this case is in this directory C:\Inetpub\vhosts\iislafe.es\httpdocs\Jornadas\anatomia_quirurgica_oncologica
and off course doesn't have any data/sites/1/.... directory
I already opened a ticket with my hosting but they can't find any solution. Any ideas?