Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Ok, that's not going to tell me anything, can you install chrome or firefox on the server and try hap again, they may give more error information. IE tends to hide it
  2. Check the application even log on the server
  3. Is it IIS8? Have you removed the (remove for IIS8) bits? The error above is a result of not installing the .net 3.5 WCF bits for ASP.net
  4. There's an error is one of them, the a href is correct, but the text on the page isn't. I've found the problem and fixed it, see Home Access Plus+ - Source Code
  5. Check you have installed all of the pre-reqs for HAP+
  6. Check the templates in the help desk folder, see if any of them are incorrect
  7. It's a bug when you first install HAP+ due to the booking system and help desk being moved into plugins, if you remove the Homepage Link for both then the warning will go away
  8. You shouldn't need impersonation, that was phased out for everything but the Windows Authentication version back in v4.
  9. You shouldn't need that enabled unless you are using Windows Authentication instead of Forms authentication.
  10. Ok, you need to use the administrator user, looks like the password isn't correct in the hapConfig. Follow the steps on this page to set HAP+ into firstrun mode and adjust the admin password and save: Home Access Plus+ - Documentation
  11. Check the hapConfig.xml file, it may be that some of the details in that file are in correct. You can also use the api call /hap/api/ad/roles/%username% to get a list of roles/groups which HAP can see for that user.
  12. Sound/Projector/Lighting Software is IT, support in the PA Department for the lighting but they are in charge of the lighting.
  13. See the bit on the documentation page on codeplex about it http://hap.codeplex.com/documentation
  14. not at this time, I could never get the APIs working they way I needed them to
  15. In the hap Config you need to get a Live Client ID Go to https://account.live.com/developers/applications/index > Create a new application
  16. Already one there, it's still called skydrive I think
  17. Set the Enable Read to = "All" and Enable Write to = "All"
  18. Have you edit the web.config file removing the sections which says remove for IIS 8?
  19. Update the App_locationresources folder with the strings.xml file from the source Home Access Plus+ - Source Code, looks like it hasn't got the correct update in
  20. Hmm, yes. You can fix that by editing the basestyles.css file, put html, before the #hapcontent tag
  21. Home Access Plus+ - Source Code foreach (UserInfo user in ADUtils.FindUsers(OUVisibility.BookingSystem)) if (user.DisplayName == user.UserName) userlist.Items.Add(new ListItem(user.UserName, user.UserName.ToLower())); else userlist.Items.Add(new ListItem(string.Format("{0} - ({1})", user.UserName, user.Notes), user.UserName.ToLower())); userlist.SelectedValue = ADUser.UserName.ToLower();
  22. With the Remote Desktop Gateway you are effectively doing an SSTP tunnel anyhow, so no real need to put a VPN in the way to slow things down further. Our two factor authentication is 1, user with SIMS rights on the AD network, and 2, separate SIMS credentials. Since the traffic is going over HTTPS it's encrypted, not only with the RDP encryption but then again with the HTTPS encryption through the RDP gateway
  23. 4000 users would probably not get rendered correctly in the drop down box, are you able to create sub ous?
×
×
  • Create New...