Jump to content

Juls26

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

About Juls26

Personal Information

  • Occupation
    ICT Network Manager
  • Location
    Cumbria
  1. Hi I am receiving the error below when I login to HAP. All was working fine until I changed the administrator credentials in the AD setup section of setup.aspx. Can anyone offer anyone offer any advice? Thanks Julia [h=1]Server Error in '/HAP' Application.[/h][h=2]Method is only supported if the user name parameter matches the user name in the current Windows Identity.[/h][h=2][/h][h=2]Description:[/h]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.Configuration.Provider.ProviderException: Method is only supported if the user name parameter matches the user name in the current Windows Identity. Source Error: [TABLE=width: 624] [TR] [TD=bgcolor: #ffff00]Line 36: $(document).ready(function () { Line 37: hap.livetiles.Init([ Line 38: <%#gettiles((HAP.Web.Configuration.LinkGroup)Container.DataItem)%> Line 39: ]); Line 40: });[/TD] [/TR] [/TABLE] Source File: c:\inetpub\wwwroot\HAP\Default.aspx Line: 38 Stack Trace: [TABLE=width: 624] [TR] [TD=bgcolor: #ffff00][ProviderException: Method is only supported if the user name parameter matches the user name in the current Windows Identity.] System.Web.Security.WindowsTokenRoleProvider.GetCurrentWindowsIdentityAndCheckName(String userName) +3605276 System.Web.Security.WindowsTokenRoleProvider.GetCurrentTokenAndCheckName(String userName) +49 System.Web.Security.WindowsTokenRoleProvider.GetRolesForUser(String username) +143 HAP.AD.RoleProvider.GetRolesForUser(String username) +96 System.Web.Security.RolePrincipal.IsInRole(String role) +12093768 HAP.Web.Configuration.LinkGroup.get_FilteredLinks() +749 HAP.Web.Default.gettiles(Object o) +540 ASP.default_aspx.__DataBind__control10(Object sender, EventArgs e) in c:\inetpub\wwwroot\HAP\Default.aspx:38 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +304 System.Web.UI.Control.DataBindChildren() +12435143 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +321 System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +183 System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +659 System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +164 HAP.Web.Default.Page_Load(Object sender, EventArgs e) +952 System.Web.UI.Control.LoadRecursive() +71 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178[/TD] [/TR] [/TABLE]
  2. Thanks for your reply. However being a newbie to IIS etc. I do not really understand what you mean by HTTPS offloading (I have googled it but it still doesn't seem very clear). I am using HTTPS for the site, so unsure what I need to do. If you have a chance could you look at the picture I have attached to the previous post. In here it shows the structure. Should the HAP site be a new site, and not use the default site settings? Or is there a way of having both sites Xennapp1 and the HAP site both running off the same default site bindings? Not sure if I'm making sense here Thanks again.
  3. Hi Ihave installed and configured HAP on our 2008 IIS 7. I am a novice to IIS. HAP works great whenaccessing from the local server, but over the internet I get the error belowwhen I attempt to log in. I am not sure if this is happening because I havetwo applications running on the default site. We have a another site used forremote access and the HAP connection attempting to use the same https binding,as in pic of the structure below. I'mnot sure if I can use a wildcard certificate or host headers to get round this.Our existing domain is remote.xxxx.sch.uk and the HAP site address isremote.xxxx.sch.uk/hap? Anytip would be gratefully received Thanks. Error: ______Server Error in '/HAP' Application. Theapplication is configured to issue secure cookies. These cookies require thebrowser to issue the request over SSL (https protocol). However, the currentrequest is not over SSL. Description:An unhandled exception occurred during the execution of the current webrequest. Please review the stack trace for more information about the error andwhere it originated in the code. ExceptionDetails: System.Web.HttpException: The application is configured to issuesecure cookies. These cookies require the browser to issue the request over SSL(https protocol). However, the current request is not over SSL. SourceError: Anunhandled exception was generated during the execution of the current webrequest. Information regarding the origin and location of the exception can beidentified using the exception stack trace below. StackTrace: [HttpException(0x80004005): The application is configured to issue secure cookies. Thesecookies require the browser to issue the request over SSL (https protocol).However, the current request is not over SSL.] System.Web.Security.FormsAuthentication.SetAuthCookie(String userName,Boolean createPersistentCookie, String strCookiePath) +12594113 HAP.Web.Login.login_Click(Object sender,EventArgs e) +3639 System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(StringeventArgument) +153 System.Web.UI.Page.ProcessRequestMain(BooleanincludeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)+3804______
×
×
  • Create New...