Jump to content

Recommended Posts

Posted
Basically as the title says. I would like to be able to embed a booking overview for the week without having the user log in. Could I do this with a second instance of HAP somehow?
Posted

There are display screen views available if you needed it /hap/bookingsystem/%room%/display

 

You can always edit the web.config file in the bookingsystem folder and allow overviewcalendar.aspx to everyone

 

  
   
     
       
     
   
 

Posted

Thanks but it is still asking for a login. I don't have a web.config file in the bookingsystem folder and if I put this in the main web.config

 

   
     
       
     
   
 

 

it still asks me to log in. This site has only an https binding and the hapfolder is the root of the site.

Posted

There should be a web.config file in the bookingsystem folder, if not, you will need to redownload the release zip, there is one.

 

It needs to be allow users="*" (basically allow all users, even anon)

  • Thanks 1

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