Server Error in '/Account' 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 '/Account/Site.master' does not exist.
Source Error:
Line 1: <%@ Page Title="Register" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"Line 2: CodeBehind="Register.aspx.cs" Inherits="Tranzhop.Account.Register" %>
Line 3:
|
Source File: /account/register.aspx Line: 1
Solution: However, this issue turned out to be an IIS7 issue. The error message I described arose out of the distinction made in IIS7 between a "virtual directory" and an "application" (I don't know if such a distinction existed in IIS6). To fix this error, I opened IIS7, right-clicked on the virtual directory folder for this site, and selected "Convert to Application." I then refreshed the browser, and the error went away.
No comments:
Post a Comment