TMODAlpha Posted June 14, 2013 Posted June 14, 2013 Hi all, Just extracted the zip to HAP in wwwroot, did the permissions, changed to application and done the certificate. When i browse to the folder i get "The page cannot be displayed because an internal server error has occurred." Its on a Server 2012 install. Any help appreciated.
nickbro Posted June 14, 2013 Posted June 14, 2013 Open ~/web.config with notepad, look for the Windows Server 2012 reference and follow the instructions
TMODAlpha Posted June 17, 2013 Author Posted June 17, 2013 Apologies, probably me being stupid here but I cant find any 2012 references.
TMODAlpha Posted June 18, 2013 Author Posted June 18, 2013 AH! Found it, i was looking for server rather than IIS. Do I have to remove the entire section?
TMODAlpha Posted June 19, 2013 Author Posted June 19, 2013 Ok done that, new error: Server Error in '/HAP' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\hap\55cd546f\70e6ba5a\App_global.asax.rygahxlp.dll' -- 'Access is denied. ' Source Error: [No relevant source lines] Source File: Line: 0 Show Detailed Compiler Output: Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18045
nickbro Posted June 20, 2013 Posted June 20, 2013 hmm, that's a new one, Compiler Error Message: CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\MyApp\fadda49e\bbdb0b87\eqdatzch.dll' -- 'Access is denied.' - Vignesh's Weblog - An Intermittent blog with scraps of
TMODAlpha Posted June 25, 2013 Author Posted June 25, 2013 YAY! Sorted. After a bit more googling, it turns out despite the error message, what you actually need to do is give IIS_IUSRS write permissions to c:\windows\temp Strange error, that doesnt help at all. Thanks for your help so far.
TMODAlpha Posted June 25, 2013 Author Posted June 25, 2013 Got a new one now, set up some file paths, one is just %userdir% and I get an access denied error. Logged on as "auser" lets call him I got an: Access to the path '\\hhs-sr-fs\staffhome\Work\auser' is denied. auser has the relevant permissions to access the file within windows, what should I look at next?
nickbro Posted June 25, 2013 Posted June 25, 2013 What sort of access denied error? There are a few that HAP+ can generate. Check your hapConfig.xml file has been configured correctly. Can you paste your section please?
TMODAlpha Posted June 26, 2013 Author Posted June 26, 2013 %homedir% \\hhs-sr-fs\staffshared Screenshot of error message should be attached.
nickbro Posted June 26, 2013 Posted June 26, 2013 Ok, it looks like something isn't working right with impersonation. Can you check that local logon rights exist on the server for everyone. You may also want to enable Moving of files, and if you are not using Quota servers, set the usagemode to None
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