Link to home
Start Free TrialLog in
Avatar of wiggy353
wiggy353

asked on

ASP server error

I have a web application that I have been working on. It has been working fine for some time. I created a new page. It runs perfect when I debug in Visual Studio. I uploaded it to the server, but when I click on the link to go to the new page, I get the following:

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

Open in new window


What am I missing? This may be simple as I am new to this. Thanks!
Avatar of SStory
SStory
Flag of United States of America image

Does the ConfirmDelete.aspx.cs file exist on your server?
ASKER CERTIFIED SOLUTION
Avatar of SStory
SStory
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wiggy353
wiggy353

ASKER

Not sure what it was. I had copied over individual files that were modified today and it was not working. I just copied over everything and it works now. I must have missed something.