cromertech Posted November 29, 2013 Posted November 29, 2013 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?
nickbro Posted November 29, 2013 Posted November 29, 2013 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
cromertech Posted December 2, 2013 Author Posted December 2, 2013 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.
nickbro Posted December 2, 2013 Posted December 2, 2013 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) 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now