Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Check the application pool is set to HAP and that the anonymous authentication user is set to Application Pool Identity
  2. Good to hear. HAP+ uses it's own application pool to avoid cross contamination and to reduce the surface area of a possible attack, it's best practice in IIS7 to use separate app pools and customize the folder permissions to reduce the surface area
  3. What are you running the HAP+ Application pool as? IIS AppPool\HAP? You may need to: To give IIS AppPool\HAP User read permission on the EventLog/Security key follow instructions from 'System.Security.SecurityException: Requested registry access is not allowed.' when writing to event log Select Start - Run, then enter: regedt32 Navigate/expand to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Security Right click on this entry and select Permissions Add the IIS AppPool\HAP User Give it Read permission
  4. you need something in the enablereadto and enablewriteto. If it's everyone, it needs to be All.
  5. yep that's the one, but it needs to match the server name
  6. Can you provide your myfiles section of your hapConfig.xml file
  7. Try restarting the server as well
  8. Event log or the Web Tracker (if enabled)
  9. Ah, I've never tried to resume a session on a single screen.
  10. Odd, dual monitors works very well with RDP files and me, I can drag SIMS from one monitor to another like I do with any other application at home
  11. I think this is something to do with the new way errors are logged. If you go into the registry HKLM\System\CurrentControlSet\services\eventlog\, and delete anything to do with Home Access Plus+ HAP+ uses the administrator's account to create a event log source in the application event log, so you need to ensure that the administrator's account in HAP+ is an admin on the server as well
  12. Try adding permissions to the application event log
  13. thanks let me know, it should work as it's the same code as the html5 upload script
  14. Doh, I'd added it to the load function but not the upload button function the script is string path = Server.UrlDecode(Request.QueryString["path"].Remove(0, 1).Replace('^', '&').Replace("|", "%")); Can you try this one next, otherwise I'll have to go back to the drawing board and see what else I've missed
  15. It'll be the RDP gateway, make sure it's configured and has the SSL certificate installed that matches HAP
  16. This is my SIMS RDP file, note I use a launcher program that maps the S:\ drive redirectclipboard:i:1 redirectposdevices:i:0 redirectprinters:i:1 redirectcomports:i:1 redirectsmartcards:i:1 devicestoredirect:s:* drivestoredirect:s:* redirectdrives:i:1 session bpp:i:32 prompt for credentials on client:i:1 span monitors:i:1 use multimon:i:1 remoteapplicationmode:i:1 server port:i:3389 allow font smoothing:i:1 promptcredentialonce:i:1 authentication level:i:2 gatewayusagemethod:i:2 gatewayprofileusagemethod:i:1 gatewaycredentialssource:i:0 full address:s:{INTERNAL NETWORK ADDRESS} alternate shell:s:||SIMS Remote remoteapplicationprogram:s:||SIMS Remote gatewayhostname:s:{GATEWAY SERVER} remoteapplicationname:s:SIMS.net Remote remoteapplicationcmdline:s: alternate full address:s:{INTERNAL NETWORK ADDRESS} Note the gateway host name, which is your server with the RDP Gateway installed
  17. c:\inetpub\wwwroot\hap <- Remove inherit permissions, set NTAuthority\Network Service and IIS IUsers read and execute c:\inetpub\wwwroot\hap\app_data <- set NTAuthority\Network Service to Full Control, or Read/Write/Execute
  18. Ok, I'll have to have another look when I get home tonight, see if I can get some more information outputted when you go on that page
  19. I'll be putting a permalink (like my files) shortcut in for that in a future release which should fix it
  20. Can you try the attached dll and report if it fixes it
  21. There's a few lines in the web.config file to remove, using IE will tell you which lines to remove. You also need to go to /style/basestyle.css and repeat.
  22. Ok, I think I've found the issue will be fixed in the next release, hopefully later today.
  23. Sorry wrong post. I will investigate a fix for this. Which upload agent are you using? HTML5 or the old HTML uploader (1 upload box or 5)?
  24. hmm odd Navigate to /api/setup/help
  25. CSS is what you need to look at ~/style/bookingsystem.css these are the classes to edit: static admin booked free
×
×
  • Create New...