Hello, I installed on my computer mojoportal and everything worked fine.
I wanted to try it on a hosting but I had some problems that arose were resolved but the latter does not.
The pack is the mojoportal mojoportal-xxxx-mssql-deploymentfiles.zip
on IIS 7.5 and the error that occurs when I add some content, is:
Server Error in '/ mojo' Application.
-------------------------------------------------- ------------------------------
Could not load file or assembly 'log4net, Version = 1.2.10.0, Culture = neutral, PublicKeyToken = 1b44e1d426115821' or one of Its dependencies. Access is denied.
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.FileLoadException: Could not load file or assembly 'log4net, Version = 1.2.10.0, Culture = neutral, PublicKeyToken = 1b44e1d426115821' or one of Its dependencies. Access is denied.
Source Error:
[Not relevant source lines]
Source File: c: \ Windows \ Microsoft.NET \ Framework \ v2.0.50727 \ Temporary ASP.NET Files \ mojo \ c7737c6e \ 211fceb5 \ App_global.asax.qooj8lhf.0.cs Line: 0
Assembly Load Trace: The following information Can be helpful to determine why the assembly 'log4net, Version = 1.2.10.0, Culture = neutral, PublicKeyToken = 1b44e1d426115821' Could not be loaded.
WRN: Assembly binding logging is Turned Off.
To enable assembly bind failure logging, set the registry value [HKLM \ Software \ Microsoft \ Fusion! EnableLog] (DWORD) to 1.
Note: There is Some performance penalty Associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM \ Software \ Microsoft \ Fusion! EnableLog].
Stack Trace:
[FileLoadException: Could not load file or assembly 'log4net, Version = 1.2.10.0, Culture = neutral, PublicKeyToken = 1b44e1d426115821' or one of Its dependencies. Access is denied.]
mojoPortal.Web.Global .. cctor () +0
[TypeInitializationException: The type initializer for 'mojoPortal.Web.Global "Threw an exception.]
mojoPortal.Web.Global .. ctor () +0
ASP.global_asax .. ctor () in c: \ Windows \ Microsoft.NET \ Framework \ v2.0.50727 \ Temporary ASP.NET Files \ mojo \ c7737c6e \ 211fceb5 \ App_global.asax.qooj8lhf.0.cs: 0
[TargetInvocationException: Exception Has Been Thrown by the target of an invocation.]
System.RuntimeTypeHandle.CreateInstance (RuntimeType type, Boolean publicOnly, nocheck Boolean, Boolean & canBeCached, RuntimeMethodHandle & ctor, Boolean & bNeedSecurityCheck) +0
System.RuntimeType.CreateInstanceSlow (publicOnly Boolean, Boolean fillCache) +86
System.RuntimeType.CreateInstanceImpl (publicOnly Boolean, Boolean skipVisibilityChecks, Boolean fillCache) +230
System.Activator.CreateInstance (Type type, Boolean nonpublic) +67
System.RuntimeType.CreateInstanceImpl (bindingAttr BindingFlags, Binder binder, Object [] args, CultureInfo culture, Object [] activationAttributes) +1051
System.Activator.CreateInstance (Type type, BindingFlags bindingAttr, Binder binder, Object [] args, CultureInfo culture, Object [] activationAttributes) +111
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance (IntPtr appContext, HttpContext context) +215
System.Web.HttpApplicationFactory.FireApplicationOnStart (HttpContext context) +8885464
System.Web.HttpApplicationFactory.EnsureAppStartCalled (HttpContext context) +136
System.Web.HttpApplicationFactory.GetApplicationInstance (HttpContext context) +92
System.Web.HttpRuntime.ProcessRequestInternal (HttpWorkerRequest wr) +289
Can someone guide me to find the solution?
Thank you very much
Walter