Jump to content

Recommended Posts

Posted

Hi @nickbro

 

What is the best way to limit users access to the portal? I can't see anything in the HAP config which would apply and i can't see how to use IIS Authorization rules (as this requires the user to already be authenticated else it blocks the login page)..

 

Can't help but think i'm missing something.. or would this be a new feature request?

 

Cheers in advance,

Matt

Posted

You can use IIS, there is an overrides in the web.config file for the login page. You can also edit the web.config file directly

 

    
     
   

 

You can find out what to do with that from msdn/asp.net

Posted

Is there a chicken and egg situation.. if i add a deny, won't that effect the forms page? (i.e. IIS can't know who the user is until after authentication - but any deny rule would require identifying the user.)

 

So, i could deny subfolders easily, but anything on the root would be a problem? :s

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...