-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
Access to the path 'C:\inetpub\wwwroot\HAP\app_data' is denied.
nickbro replied to 5tu's topic in Home Access Plus+
Check the application pool is set to HAP and that the anonymous authentication user is set to Application Pool Identity -
Unhandled Security Exception in v8.7 (IIS 7.5)
nickbro replied to AdamS's topic in Home Access Plus+
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 -
Unhandled Security Exception in v8.7 (IIS 7.5)
nickbro replied to AdamS's topic in Home Access Plus+
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 -
Fresh install can't access drives in My files
nickbro replied to f21970's topic in Home Access Plus+
you need something in the enablereadto and enablewriteto. If it's everyone, it needs to be All. -
yep that's the one, but it needs to match the server name
-
Fresh install can't access drives in My files
nickbro replied to f21970's topic in Home Access Plus+
Can you provide your myfiles section of your hapConfig.xml file -
Unhandled Security Exception in v8.7 (IIS 7.5)
nickbro replied to AdamS's topic in Home Access Plus+
Try restarting the server as well -
Event log or the Web Tracker (if enabled)
-
Ah, I've never tried to resume a session on a single screen.
-
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
-
Unhandled Security Exception in v8.7 (IIS 7.5)
nickbro replied to AdamS's topic in Home Access Plus+
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 -
Unhandled Security Exception in v8.7 (IIS 7.5)
nickbro replied to AdamS's topic in Home Access Plus+
Try adding permissions to the application event log -
Illegal characters in path message during file upload
nickbro replied to mobybrick's topic in Home Access Plus+
thanks let me know, it should work as it's the same code as the html5 upload script -
Illegal characters in path message during file upload
nickbro replied to mobybrick's topic in Home Access Plus+
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 -
It'll be the RDP gateway, make sure it's configured and has the SSL certificate installed that matches HAP
-
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
-
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
-
Illegal characters in path message during file upload
nickbro replied to mobybrick's topic in Home Access Plus+
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 -
I'll be putting a permalink (like my files) shortcut in for that in a future release which should fix it
-
Illegal characters in path message during file upload
nickbro replied to mobybrick's topic in Home Access Plus+
Can you try the attached dll and report if it fixes it -
HAP 8.7 on Server 2012 IIS8 - 500.19 Internal Server Error
nickbro replied to ronnoco's topic in Home Access Plus+
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. -
Illegal characters in path message during file upload
nickbro replied to mobybrick's topic in Home Access Plus+
Ok, I think I've found the issue will be fixed in the next release, hopefully later today. -
Illegal characters in path message during file upload
nickbro replied to mobybrick's topic in Home Access Plus+
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)? -
hmm odd Navigate to /api/setup/help
-
CSS is what you need to look at ~/style/bookingsystem.css these are the classes to edit: static admin booked free
