Hi I wonder if you can help me. I have a DNN site version 3.22 and its been working fine with no problems. All of a sudden the site has stopped running and I get the following error:
The web.config file has not changed at all, and no other changes have been made either. I have restarted the machine, with no luck.
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: File or assembly name MemberRole, or one of its dependencies, was not found.
Source Error:
Line 47: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
Line 48: <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnlineModule, DotNetNuke.HttpModules.UsersOnline" />
Line 49: <add name="ProfilePrototype" type="Microsoft.ScalableHosting.Profile.ProfileModule, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
Line 50: <add name="AnonymousIdentificationPrototype" type="Microsoft.ScalableHosting.Security.AnonymousIdentificationModule, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
Line 51: <add name="RoleManagerPrototype" type="Microsoft.ScalableHosting.Security.RoleManagerModule, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
|
Source File: D:\Dev_Intranet\web.config Line: 49
Assembly Load Trace: The following information can be helpful to determine why the assembly 'MemberRole' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562
(Fully-specified)
LOG: Appbase = file:///D:/Dev_Intranet
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/b23e595e/3824d255/MemberRole.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/b23e595e/3824d255/MemberRole/MemberRole.DLL.
LOG: Attempting download of new URL file:///D:/Dev_Intranet/bin/MemberRole.DLL.
LOG: Attempting download of new URL file:///D:/Dev_Intranet/bin/MemberRole/MemberRole.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/b23e595e/3824d255/MemberRole.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/b23e595e/3824d255/MemberRole/MemberRole.EXE.
LOG: Attempting download of new URL file:///D:/Dev_Intranet/bin/MemberRole.EXE.
LOG: Attempting download of new URL file:///D:/Dev_Intranet/bin/MemberRole/MemberRole.EXE.
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
I did a blank install of DNN 3.22 and then then 3.34 and I got the following error on attempting to create the start the application:
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 62: <customErrors mode="RemoteOnly" />
Line 63: <!-- Forms or Windows authentication -->
Line 64: <authentication mode="Forms">
Line 65: <forms name=".DOTNETNUKE" protection="All" timeout="60" />
Line 66: </authentication>
|
Source File: c:\inetpub\wwwroot\dotnetnuke\web.config Line: 64
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Please can someone help me?
Thanks