nickbro Posted April 19, 2011 Author Posted April 19, 2011 It can be your school letters (e.g. CHS = Crickhowell High School) 1
reggiep Posted April 19, 2011 Posted April 19, 2011 I feel like I'm nearly there now! I have an error still that looks like this... Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Connection String not Found'. Source Error: Line 178: Line 179: Line 180: Line 181: Line 182: Has anyone seen this error before?? thanks
AngryTechnician Posted April 19, 2011 Posted April 19, 2011 Looks like you are missing your section in the Web.config, or the line that is there has somehting other than ADConnectionString in the name attribute. Not sure which line it should be in v6 though. Also, is that space in the connectionUsername meant to be there? 1
reggiep Posted April 19, 2011 Posted April 19, 2011 Looks like you are missing your section in the Web.config, or the line that is there has somehting other than ADConnectionString in the name attribute. Not sure which line it should be in v6 though. Also, is that space in the connectionUsername meant to be there? Weird the space if not in the config file but appeared when I pasted the text!
nickbro Posted April 19, 2011 Author Posted April 19, 2011 You seem to be missing this section of the web.config file
reggiep Posted April 20, 2011 Posted April 20, 2011 You seem to be missing this section of the web.config file mmm? Is what I have. That all looks OK to me?
reggiep Posted April 20, 2011 Posted April 20, 2011 Is there a guide for setting up the lastest config file? The youtube guide seems to be for an older version. Thanks
Edu-IT Posted April 21, 2011 Posted April 21, 2011 Is there a guide for setting up the lastest config file? The youtube guide seems to be for an older version. Thanks Are there any plans to bring back a config tool? The web.config is a pain to reconfigure each time.
nickbro Posted April 21, 2011 Author Posted April 21, 2011 Will start working on a new one for the 6.1 release. Hopefully I'll make it so the new one saves as it goes along and has some error reporting feedback
Edu-IT Posted April 21, 2011 Posted April 21, 2011 Will start working on a new one for the 6.1 release. Hopefully I'll make it so the new one saves as it goes along and has some error reporting feedback Brilliant. I'll hold fire on upgrading for a bit.
nickbro Posted April 21, 2011 Author Posted April 21, 2011 (edited) I'm pleased the announce the release of the HAP+ Config Tool for v6 Download from Home Access Plus+ - Download: v6.0 Enjoy. The Home Page links still require manual editing of the web.config. The exe on codeplex is a self extracting RAR file which auto runs the HAP+ Config Tool (asks where HAP+ is installed), if you don't want it to bug you about where HAP+ is, using WINRAR extract the contents (2 files) to ~/bin/ Note: Remember to untick the readonly option for the ~/web.config Edited April 21, 2011 by nickbro
nickbro Posted April 21, 2011 Author Posted April 21, 2011 Changes due in 6.1: New Home Page Layout (using some features from the HAP+ User Card) Drive Space Indicators in the Basic My Computer Browser Image Thumbnails in the Basic My Computer Browser More updates to the Config Tool Get File Type Icons from Registry (will use icons in the ~/images/ folder 1st (higher res)) Anything else I think of
Netwacky87 Posted April 22, 2011 Posted April 22, 2011 Hiya, Im not quite sure what im doing wrong with regard to the User Card, but whenever I launch the program it waits about 6 seconds then quits with an "unexpected error"...Ive checked the config and all seems right (Ive even checked our internet logs to see if it goes to the HAP site but no ) Just had a thought, I am running it on Windows 7 x64? Would that make a difference? Thanks Mart! - Brilliant work Nick!
nickbro Posted April 22, 2011 Author Posted April 22, 2011 Check that you can access https://%yoursite%/extranet/usercard/api.asmx without a username & password.
Netwacky87 Posted April 22, 2011 Posted April 22, 2011 Check that you can access https://%yoursite%/extranet/usercard/api.asmx without a username & password. Hi Nick, Yea I can, it gives this... The following operations are supported. For a formal definition, please review the Service Description. GetFreeSpacePercentage getInit getMyTickets getPhoto setNewTicket I also have a problem with the Enhanced version of HAP, it doesnt display any drives but the basic one works fine... Cheers Mart
nickbro Posted April 22, 2011 Author Posted April 22, 2011 (edited) It'll be down to quota/drive space indicators if both the user card and Enhanced MC Browser aren't working. Edited April 22, 2011 by nickbro
Netwacky87 Posted April 22, 2011 Posted April 22, 2011 Nope sorry, cant figure this one out, Ive cancelled out the quota bit in web.config... Ive even just deleted my whole installation and started from scratch and it doesnt work (ive even installed the quota service and done that bit of the web.config) and no go It used to work before v6....
nickbro Posted April 22, 2011 Author Posted April 22, 2011 Can you post the MyComputer section of your web.config
Netwacky87 Posted April 22, 2011 Posted April 22, 2011 Cheers Nick, Do appreciate it! (Ive removed the server name but everything else is the same) Here is the error on the Enhanced version page of HAP Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MASM; .NET4.0C; .NET4.0E) Timestamp: Fri, 22 Apr 2011 14:34:44 UTC Message: Unhandled Error in Silverlight Application [Async_ExceptionOccurred] Arguments: Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60129.0&File=System.dll&Key=Async_ExceptionOccurred at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() at HAP.Silverlight.Browser.service.ListDrivesCompletedEventArgs.get_Result() at HAP.Silverlight.Browser.MainPage.soap_ListDrivesCompleted(Object sender, ListDrivesCompletedEventArgs e) at HAP.Silverlight.Browser.service.apiSoapClient.OnListDrivesCompleted(Object state) Line: 1 Char: 1 Code: 0 URI: http://www.MYSCHOOL.org.uk/Extranet/MyComputerSL.aspx web.txt
nickbro Posted April 22, 2011 Author Posted April 22, 2011 are you running over HTTP? That would be the problem. HAP+ advanced features need HTTPS' Transport Layer Security to work. Also the username/passwords are being sent in the clear over http, https encrypts them Some Helpful Videos: YouTube - Debugging Home Access Plus+ API Errors, YouTube - Debugging Usercard API Errors 1
Netwacky87 Posted April 22, 2011 Posted April 22, 2011 Ah Ok! Thanks, When I saw yours going to https I wondered about that...I was trying to avoid paying for an SSL certificate lol Thanks again Nick, Ill give that a try! Mart
nickbro Posted April 22, 2011 Author Posted April 22, 2011 Use a free SSL cert from StartSSL if you have a proper domain like myschool.org.uk, since you can be verified as the owner. http://www.startssl.com/ is supported natively in Windows Vista, 7 and I think in XP now too. 1
Netwacky87 Posted April 22, 2011 Posted April 22, 2011 (edited) Use a free SSL cert from StartSSL if you have a proper domain like myschool.org.uk, since you can be verified as the owner. StartSSL is supported natively in Windows Vista, 7 and I think in XP now too. Thanks Nick! Legend! Edit - Yeah everything works brilliant now Nick! Thanks mate! Great work!! Edited April 22, 2011 by Netwacky87
nickbro Posted April 22, 2011 Author Posted April 22, 2011 Here's the updated home page coming soon [ATTACH=CONFIG]9971[/ATTACH]
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