I just upgraded my MailServer to MailEnable 2.0. I've been using MailEnable all along just installed the new version.
It works fine on every website I have except for the DNN ones.
It is a .NET application. I create a virtual directory under the DNN site, ie www.domainname.com/mewebmail
I now get the following error...
Server Error in '/MEWebMail' 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 DotNetNuke.HttpModules.UrlRewrite, or one of its dependencies, was not found.
Source Error:
Line 41: <!-- HttpModules for Common Functionality -->
Line 42: <httpModules>
Line 43: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" />
Line 44: <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" />
Line 45: <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnlineModule, DotNetNuke.HttpModules.UsersOnline" />
|
Source File: C:\Inetpub\wwwroot\teacherassistants_org\web.config Line: 43
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.HttpModules.UrlRewrite' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = DotNetNuke.HttpModules.UrlRewrite
(Partial)
LOG: Appbase = file:///C:/Program Files/Mail Enable/bin/NETWebMail
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: DotNetNuke.HttpModules.UrlRewrite
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/mewebmail/5917d0e7/f876931f/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/mewebmail/5917d0e7/f876931f/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Mail Enable/bin/NETWebMail/bin/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Mail Enable/bin/NETWebMail/bin/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/mewebmail/5917d0e7/f876931f/DotNetNuke.HttpModules.UrlRewrite.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/mewebmail/5917d0e7/f876931f/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Mail Enable/bin/NETWebMail/bin/DotNetNuke.HttpModules.UrlRewrite.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Mail Enable/bin/NETWebMail/bin/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.EXE.
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
I have a feeling its the Appbase thats causing the problem but I have no idea how to fix it.
Help, anyone!?