Hello all,
Had the site up and running and was creating projects, users, and such, then got the following error when I click on any link to the 'Bugs' subdirectory (i.e.; Project Summary, New Issue, etc...):
Server Error in '/BugNET/Bugs' 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 '/BugNET/Bugs/Shared/FourColumn.master' does not exist.
Source Error:
Line 1: <%@ Page language="c#" Inherits="BugNET.ProjectSummary" MasterPageFile="~/Shared/FourColumn.master" Title="Project Summary" MaintainScrollPositionOnPostback="true" Codebehind="ProjectSummary.aspx.cs" %>
Line 2: <%@ Register Src="../UserControls/ComponentTreeView.ascx" TagName="ComponentTreeView" TagPrefix="uc1" %>
Line 3: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
|
Source File: /bugnet/Bugs/ProjectSummary.aspx Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
This was only happening when using the site remotely so I went to the server and ensured that the Bugs directory was an application. I think I may have removed it and set it again, but honestly with all the troubleshooting I'm not sure. In any case now I get this message on the local server as well. Again, I had the site working perfectly on the server so this must just be a small configuration change I have to believe that it has to do with setting an application for the Bugs folder, but it already is an application. Ideas please!?
Thanks, Jason
Also, if it helps my IIS is set up so that I have a default website and then other websites at the same level. If I open up the default website all of the folders for my other sites are in there as well. Where do I have to create the application for Bugs? only in the site at the same level as the default or in the folder that is nested under the default website or both? Thanks so much for any help you can give. I am almost there and have done a lot of research trying to answer this myself before posting.