Dan_ATR Posted September 29, 2014 Posted September 29, 2014 Hi, We had an older version of HAP installed and have decided to go to the very latest but with a clean install. So, I copied the old HAP folder and called it HAPold and then extracted the new contents into the HAP folder and then gave the entire folder IUSR write access. When I then restarted IIS and went to the URL the site is not dynamic. Does anyone know why this is? I am unable view any images or see any dynamic content etc... Please help. (url on PM request.)
fairm010 Posted September 29, 2014 Posted September 29, 2014 Have you removed the bit from the web.config that says <---remove this for IIS8 ---> Assuming you are using IIS8 that is.
Dan_ATR Posted September 29, 2014 Author Posted September 29, 2014 I am using Server 2008R2 with IIS 7.5
Dan_ATR Posted September 29, 2014 Author Posted September 29, 2014 works now. It was the mimeType exceptions. 1
Dan_ATR Posted September 29, 2014 Author Posted September 29, 2014 What an earth??? A Error has occured: Error Saving the Configuration Object reference not set to an instance of an object. at HAP.Web.Setup.Save_Click(Object sender, EventArgs e)
fairm010 Posted September 29, 2014 Posted September 29, 2014 When you extracted the latest HAP build did you allow read and write access to the App_Data folder?
Dan_ATR Posted September 29, 2014 Author Posted September 29, 2014 All working again. If you use IE11 on the server it comes up with the error. I use Firefox on the work station and its fine.
Dan_ATR Posted September 30, 2014 Author Posted September 30, 2014 New issue.... we do all of our file access via DFS and UNC paths and not user folder shares. Is there anyone who has got a configuration which has this layout?
mobybrick Posted September 30, 2014 Posted September 30, 2014 Yes, this functionality exists in HAP. Assuming that the home directory attribute is set for each user (to a DFS share in the format \\dfs\sharename\%username%) then you can use the %homedir% successfully: e.g. %homedir% For the disk quota, use the dfstarget tag to re-map the DFS target back to the source UNC: \\hgss.local\dfs\staffhome$\%username% HTH, Moby 1
Dan_ATR Posted September 30, 2014 Author Posted September 30, 2014 (edited) String cannot be of zero length. Parameter name: oldValue Does not seem to work... %homedir% \\LeAF.bournemouth.sch.uk\LeAFFileStorage\SysAdminWork\%USERNAME% Edited September 30, 2014 by Dan_ATR
Dan_ATR Posted October 1, 2014 Author Posted October 1, 2014 still saying String cannot be of zero length. Parameter name: oldValue
nickbro Posted October 1, 2014 Posted October 1, 2014 Try setting the usage mode to none, this will bypass the quota system to tell us if it's the quota part or something else
nickbro Posted October 1, 2014 Posted October 1, 2014 is it DiskSpace? I can't remember been a while since I made that enum
Dan_ATR Posted October 1, 2014 Author Posted October 1, 2014 Requested value 'DiskSpace' was not found. %homedir% \\svr-fs-001\e$\Users\Students\Work\%username% \\svr-fs-001\e$\Users\Non-Teaching Staff\Work\%username% \\svr-fs-001\e$\Users\Teaching Staff\Work\%username% \\SVR-FS-002\Staff Temporary Area \\LeAF.bournemouth.sch.uk\Academic \\LeAF.bournemouth.sch.uk\Network \\LeAF.bournemouth.sch.uk\Business \\LeAF.bournemouth.sch.uk\Administration \\LeAF.bournemouth.sch.uk\LeAFFileStorage\SysAdminWork\%username%
nickbro Posted October 1, 2014 Posted October 1, 2014 Goes and looks at the code public enum MappingUsageMode { None, Quota, DriveSpace, HAPDriveSpace } So try None for the usuage The system may not like having the same drive letter used
Dan_ATR Posted October 1, 2014 Author Posted October 1, 2014 The given key was not present in the dictionary. %homedir% \\svr-fs-001\e$\Users\Students\Work\%username% \\svr-fs-001\e$\Users\Non-Teaching Staff\Work\%username% \\svr-fs-001\e$\Users\Teaching Staff\Work\%username% \\SVR-FS-002\Staff Temporary Area \\LeAF.bournemouth.sch.uk\Academic \\LeAF.bournemouth.sch.uk\Network \\LeAF.bournemouth.sch.uk\Business \\LeAF.bournemouth.sch.uk\Administration \\LeAF.bournemouth.sch.uk\LeAFFileStorage\SysAdminWork\%username%
Dan_ATR Posted October 1, 2014 Author Posted October 1, 2014 Just something to add... in 2008R2 they use "File Server Resource Manager".
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