Jump to content

Recommended Posts

Posted
Hi Nick - I can't add the IIS AppPool\HAP to the permissions. I've selected the local machine, however note that in your video you are searching for "User, Group or Built-in security principal", whereas I just had "Built-in security principal". Any idea how to add the app pool?
Posted
That is very odd, usually just making sure you type in the correct username (IIS AppPool\HAP) and make sure it's on the local server works, no searching, as searching doesn't find it
Posted

IIS7. The step in question (21 in your PDF file) is on the folder not IIS, though, or have I misunderstood it?

 

@gavlar - what was the command line you typed to add it?

Posted
That's what I thought - definitely can't add that user, possibly because I can only search on "built-in security principles" when searching the local computer - is there a way to change that, or some other security permissions which I could set instead of adding the IIS AppPool?
Posted

This is what you should be looking at. You need to make sure you are remoted into the IIS Server, not trying to do it via another computer (i.e. \\chs03\wwwroot or \\chs03\c$\inetpub\wwwroot)

 

[ATTACH=CONFIG]11404[/ATTACH]

 

Just clicking OK on this will accept the username

Posted

Other points worth adding to the documentation would be deleting the endpoint lines at the end of the web.config - you posted that to someone on here, and I had it too, so it is unlikely we're the only two.

 

I also had the remove the line about svg MimeTypes, so if that is something wider then it would be worth documenting too.

 

Awesome app, by the way, not sure I've said that enough yet!!

  • 3 weeks later...
Posted (edited)

Hi

I have tried the cacls command as described thanks and it sets permissions on the HAP folder but the HAP user is not shown anywhere lower down in the structure. I also had the original issue where I do not get the option to see user, group.. in the object type.

Edited by Carrot63
Question already answered
Posted

See: Home Access Plus&#43

 

icacls C:\inetpub\wwwroot\Hap /grant "IIS AppPool\HAP":(RX)

 

Also

 

[ATTACH=CONFIG]11648[/ATTACH][ATTACH=CONFIG]11649[/ATTACH]

 

Notice I select the local server, and just type the name in, no going to Advanced...

 

If you are running this on a domain controller:

 

STOP!

 

1. can you run this on a member server?

a. If Yes, do so, HAP+ v7+ works best on a member server, although v6- works best on the PDC.

2. you need to enable interactive logons on the server. If your server is a Remote Desktop Server (which mine is), this is already set

3. If you insist on a PDC, make sure Buit-in security principals are selected to search in.

Posted

Hi

Presumably this version is not reliant in any way on easylink so I could install onto a member server as long as I created a new external dns mapping to that server ie HAP.kes.org.uk? Would you recommend doing it like this?

Thanks

Posted

Yes, that would be a good thing. HAP+ has never relied on easylink since it was called Home Access Plus+. Back when it was CHS Extranet, it did have some ties, but that was over a year ago.

 

Best solution is:

 

Windows Server 2008 R2 acting as a remote desktop server (you can then use remote apps via remote desktop gateway, but that part is optional)

IIS7.5

Joined as a Member Server

Directory on website called HAP in which HAP is installed

Set up a DNS entry pointing to your server (hap.school.tld -> county issued ip -> reverse proxy or traffic routing -> your server, or hap.school.tld -> your external ip -> traffic route for 443 -> your server)

Acquire a SSL Certificate for hap.school.tld, (StartSSL offers free ssl certs)

Assign certificate to the IIS Website

Install quota service on servers you will be accessing for My Files

OPTIONAL: install SQL server, and create a database for the logon tracker database

Set the security on the HAP folder

Set additional rights on the APP_DATA folder

 

This is the setup I have for my HAP+. I also then use this server as a reverse proxy to relay traffic to our RM Server so management console can be accessed, as well as a backup for our exchanger server. (http://www.iis.net/download/ApplicationRequestRouting is the extension for IIS7 I use for that)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...