I developed my website in localhost inetpub, and then took it live. Now, when I try to use the profile editor as admin, it takes me to a blank page with no modules (and I cannot even add a module). When I try to use the profile editor as a basic registered user, it gives this warning:
Below is the error in the event viewer when I try to edit a profile as admin:
Message: System.Web.HttpCompileException (0x80004005): c:\inetpub\vhosts\postyourtutorial.com\httpdocs\DesktopModules\Admin\Security\ManageUsers.ascx.cs(504): error CS0103: The name 'adminTabNav' does not exist in the current context at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.WebFormsModuleControlFactory.CreateModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Skins.Skin.InjectModule(Pane pane, ModuleInfo module)
It looks like it is still referencing inetpub from my c drive? Or does that look normal