Jump to content

REOScotte

Members
  • Posts

    7
  • Joined

  • Last visited

Reputation

0 Neutral

About REOScotte

  1. Sweet. That fixed it for me too. This seems to be particular to IIS 6 since we didn't have the same problem on IIS 7.5.
  2. If I change the credentials to bogus credentials, I can no longer log in, so it appears that AD is at least partially correct, but I still get the red X with valid creds.
  3. So is the red X expected or is it possible I've got AD misconfigured?
  4. I'm not sure what you mean. I'm logged into my workstation as a non-administrator, and I've logged into HAP+ as both a domain admin and as a regular user with the same results. Could it be related to the Active Directory configuration? As I mentioned in my original post, I get a red X on Base settings even after putting in a correct user. Is the AD configuration required for basic use?
  5. Yeah, the contents of my folder match the 2 files in 8.4. I also tried 8.3 with the same results. The os is en-us, would that make a difference? I wouldn't think so since my xml has en-gb in it.
  6. Thanks for the quick response. I don't think I've touched anything to do with the filters, but here ya go. Also note that I do not have any quota servers but still had to manually change the usage mode from "Quota" to "DriveSpace" even though I selected Drive Space in the GUI. \\hoth\staff\%username%
  7. When we click on My Files, I get the error below. It seems to be setup correctly since I see the share name and free space in the live tile. We're new to this and are also wondering if it could be related to our active directory setup. We don't get the AD browser, which I've learned is quasi-normal, but even ignoring that and clicking save, we still get a red X on the Base Settings. [h=1]Server Error in '/HAP' Application. [/h] [h=2]Index and count must refer to a location within the string. Parameter name: count[/h]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.ArgumentOutOfRangeException: Index and count must refer to a location within the string. Parameter name: count Source Error: [TABLE=width: 100%] [TR] [TD] Line 119: if (window.location.href.split('#')[1] != "" && window.location.href.split('#')[1]) {Line 120: curpath = window.location.href.split("#")[1];Line 121: if (typeof (window.FileReader) != 'undefined') $("#MyFiles").attr("dropzone", "copy<%=DropZoneAccepted %>");Line 122: if (viewMode == 1) { $("#MyFiles").addClass("details"); $("#MyFilesHeaddings").show(); }Line 123: else if (viewMode == 2) $("#MyFiles").addClass("small");[/TD] [/TR] [/TABLE] Source File: e:\inetpub\liveweb.evangel.edu\HAP\MyFiles\Default.aspx Line: 121 Stack Trace: [TABLE=width: 100%] [TR] [TD] [ArgumentOutOfRangeException: Index and count must refer to a location within the string.Parameter name: count] System.String.RemoveInternal(Int32 startIndex, Int32 count) +0 System.String.Remove(Int32 startIndex, Int32 count) +22 HAP.Web.MyFiles.Default.get_DropZoneAccepted() +377 ASP.myfiles_default_aspx.__Render__control46(HtmlTextWriter __w, Control parameterContainer) in e:\inetpub\liveweb.evangel.edu\HAP\MyFiles\Default.aspx:121 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +109 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +31 HAP.Web.Controls.CompressJS.Render(HtmlTextWriter writer) +60 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 ASP.myfiles_default_aspx.__Render__control19(HtmlTextWriter __w, Control parameterContainer) in e:\inetpub\liveweb.evangel.edu\HAP\MyFiles\Default.aspx:77 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +109 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.Control.Render(HtmlTextWriter writer) +10 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +173 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +31 System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +53 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.Control.Render(HtmlTextWriter writer) +10 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +208 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8 System.Web.UI.Page.Render(HtmlTextWriter writer) +29 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3060[/TD] [/TR] [/TABLE] Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
×
×
  • Create New...