Sebastian,
Thank you for the very quick reply.
Sorry, I should have mentioned that I have already tried this. If I remove the line for the HTML module, on next load it goes down the list to the next module listed. If I delete all of the listed directories I then get:
Server Error in '/pgt' 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: Could not load file or assembly 'Brettle.Web.NeatUpload' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\pgt\web.config line 75)
Source Error:
Line 73: <httpModules>
Line 74: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
Line 75: <add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" /> Line 76: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 77: <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules" />
|
Source File: C:\Inetpub\wwwroot\pgt\web.config Line: 75
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
If I delete all of the <add name.... lines here I get:
Server Error in '/pgt' 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: Could not load file or assembly 'DotNetNuke' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 77: <httpHandlers>
Line 78: <!-- This is for CAPTCHA support -->
Line 79: <add verb="*" path="*.captcha.aspx" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke" /> Line 80: <!-- This is for Serving files, secure, insecure, from database -->
Line 81: <add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke" />
|
Source File: C:\Inetpub\wwwroot\pgt\web.config Line: 79
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke' 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].
|
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
So it seems as tho it is not able to load ANYTHING. This is why I was thinking it is more of a IIS issue or something else not set right outside of the actual DNN module. Not sure tho. Before I made changes to IIS prior to having this problem I made a copy of my entire portal root directory. Now even copying the backup inplace of the current folders, I still recieve the same errors.
Thanks again!