I am having a problem with setting up WebDav. It seems to be working with the exception of the step to add a “Wildcard application map” for the “c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll” file. I have verified the file path. When I add that, I get the error indented below. There weren't any errors on installation and the module and WebDav seem to be working. I am, however, having issues using WebDav in Internet Explorer 7. In Internet Explorer 6 it seems to working just fine, but IE7 will be prompted for authentication like others have mentioned, where it won't accept any credentials. I don’t know if the two problems are related, but any help would be appreciated.
My web server is: Windows 2003 SP2 / IIS 6 / DNN 4.07 / DMX 4.02 / SQL Express 2005. I have fresh installed the website twice now with the same result.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Authentication.ActiveDirectory.Configuration.GetConfig() +62
DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule.OnAuthenticateRequest(Object s, EventArgs e) +276
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42