Hi all,
A short question about Date base login details.
Are these values only stored in the web.config or are there entries some where in the database tables??
I am getting an :
Object reference not set to an instance of an object.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Web.Mvc.MvcHttpModule.SuppressXFrameOptionsHeaderIfPresentInConfig() +248
DotNetNuke.Web.Mvc.MvcHttpModule.Init(HttpApplication context) +12
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +536
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +173
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +336
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +296
[HttpException (0x80004005): Object reference not set to an instance of an object.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +10044576
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +95
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254
error.
I am trying to upgrade a site that was a production site that has been downloaded and setup as a local site.
Every where I search for this error seems to point to a database connection problem.
This is the iis log:
#Software: Microsoft Internet Information Services 7.5
#Version: 1.0
#Date: 2017-06-26 03:05:55
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
2017-06-26 03:05:55 192.168.1.31 GET /install/install.aspx - 80 - 192.168.1.5 Mozilla/5.0+(Windows+NT+6.3;+WOW64;+rv:53.0)+Gecko/20100101+Firefox/53.0 500 0 0 1312
Any help or suggestions would be gratefully received.
Kind Regards
Trevor