Hi,
Thanks for the response. I am currently using DNN 3.2.2 and the error is with any local news feed on the site.
Feeds from other sites seem to work fine and if I do not configure DNN to run utilising AD etc then it also works... seems to be as any page always wants to ensure that you are authenticated so it sends the request off to windowssignin.aspx (Tam's AD module now in core) and that is the page that is having the issue as it is set for dissalow anonymous access... I thought the way round it would be to change the authentication in web.config to windows and identity impersonate but then DNN complains with the following:
Server Error in '/dotnetnuke' Application.
?
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.FileNotFoundException: ?
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Assembly Load Trace: The following information can be helpful to determine why the assembly 'NDPI.Tasks' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = NDPI.Tasks, Version=1.0.45.0, Culture=en-US, PublicKeyToken=null
(Fully-specified)
LOG: Appbase = file:///C:/DotNetNuke
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: NDPI.Tasks, Version=1.0.45.0, Culture=en-US, PublicKeyToken=null
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke/edcacc05/51c434c7/en-US/NDPI.Tasks.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke/edcacc05/51c434c7/en-US/NDPI.Tasks/NDPI.Tasks.DLL.
LOG: Attempting download of new URL file:///C:/DotNetNuke/bin/en-US/NDPI.Tasks.DLL.
LOG: Attempting download of new URL file:///C:/DotNetNuke/bin/en-US/NDPI.Tasks/NDPI.Tasks.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke/edcacc05/51c434c7/en-US/NDPI.Tasks.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dotnetnuke/edcacc05/51c434c7/en-US/NDPI.Tasks/NDPI.Tasks.EXE.
LOG: Attempting download of new URL file:///C:/DotNetNuke/bin/en-US/NDPI.Tasks.EXE.
LOG: Attempting download of new URL file:///C:/DotNetNuke/bin/en-US/NDPI.Tasks/NDPI.Tasks.EXE.
|
Stack Trace:
[FileNotFoundException: ?]
System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark) +0
System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Boolean stringized, Evidence assemblySecurity, StackCrawlMark& stackMark) +307
System.Reflection.Assembly.Load(AssemblyName assemblyRef) +22
System.Web.UI.Util.GetReferencedAssembliesHashtable(Assembly a)
System.Web.Compilation.BaseCompiler.GetCompiledType()
System.Web.Compilation.ApplicationFileCompiler.CompileApplicationFileType(ApplicationFileParser appParser)
System.Web.UI.ApplicationFileParser.CompileIntoType()
System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation()
[HttpException (0x80004005): ?]
System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound)
System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath()
System.Web.UI.TemplateParser.GetParserCacheItem()
System.Web.UI.ApplicationFileParser.GetCompiledApplicationType(String inputFile, HttpContext context, ApplicationFileParser& parser)
System.Web.HttpApplicationFactory.CompileApplication(HttpContext context)
System.Web.HttpApplicationFactory.Init(HttpContext context)
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +170
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
Any thoughts?
Best wishes
Lee