Jump to content

[HAP+][v8] - Install Error - Missing Resource


Recommended Posts

Posted

Hi,

 

I have done a fresh install of V8 on IIS6. Followed the instructions and did not encounters and issues during install but get the following error when trying to access HAP:

 

Server Error in '/' Application.

--------------------------------------------------------------------------------

 

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

 

Parser Error Message: The file '/Controls/Announcement.ascx' does not exist.

 

Source Error:

 

 

Line 1: <%@ Page Title="Crickhowell High School - IT - Home Access Plus+" Language="C#" MasterPageFile="~/masterpage.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="HAP.Web.Default" %>

Line 2: <%@ Register TagName="announcement" TagPrefix="hap" Src="~/Controls/Announcement.ascx" %>

Line 3: <%@ Register TagName="version" TagPrefix="hap" Src="~/Controls/UpdateChecker.ascx" %>

Line 4:

 

 

Source File: /Default.aspx Line: 2

 

 

Any ideas?

Posted
Hi @Avalon, which package did you download off codeplex? It looks like either you've forgotten to create an application pool, or you've downloaded the upgrade package instead of the full zip
  • 2 weeks later...
Posted
Hi @Avalon, which package did you download off codeplex? It looks like either you've forgotten to create an application pool, or you've downloaded the upgrade package instead of the full zip

 

thanks Nick, yes you were absolutely right, I thought it was a bit strange there was no App_Data folder!

 

I have completed the install process working through the instructions on IIS6 and I get a 'Internet Explorer cannot display this webpage'. I think it is a directory security issue, I have attached a screenshot of the site security settings, any ideas?

 

iis.jpg

Posted
The user in that screenshot should be Network Service, not the IUser.

 

It's in the documentation and the web video.

 

 

this is not a domain controller so I do not have a Network Service account

 

Will it only work on a dc?

Posted
Where are you searching for the user? You will have to select the server, not entire directory and make sure Built in Security Principles is checked

 

thanks Nick

 

yes I am searching the user but do not see built in security principles just users, that must be the issue

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