asked on
Server Error in '/PBMLogisticsTest' 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: Could not load type 'PBMLogistics.pages.WebForm3'.
Source Error:
Line 1: <%@ Page Title="" Language="C#" MasterPageFile="~/PbmLogistics.Master" AutoEventWireup="true" CodeBehind="ConfirmDelete.aspx.cs" Inherits="PBMLogistics.pages.WebForm3" %>
Line 2: <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
Line 3: <style type="text/css">
ASKER
The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications
TRUSTED BY