Hey All,
So I was developing a DNN site, and everything was working fine until this afternoon when randomly, modules (and only some) started failing.
When logged in as a regular user, for example, one of my HTML Modules failed to load giving the "Module Load Warning ... This may be temporary ... Click F5 ..."
When logged in as host however, the module actually displayed an exception:
ModuleLoadException: Can't load configuration file. Access denied to ... desktopmodules/html/web.config
I found that odd considering no web.config file should even exist in that directory.
So then I thought it may have been an ASPNET access issue (I'm using IIS5), so I unassigned my permissions, and reassigned them. When I did, I got an even worse error:
Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/{IIS site}/DesktopModules/HTML/HtmlModule.ascx' does not exist. ---> System.Web.HttpException: The file '/{IIS site}/DesktopModules/HTML/HtmlModule.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
Any ideas? I'm stressing out and any help would be much appreciated.
Thanks.