I deployed an update to my asp.net website. It was one aspx file and all the files in bin. (After compiling the website.) When I run the website it says that the vb file (for the file I updated) doesn't exist, when I try to access the aspx file. Why is it even looking at the vb file? Shouldn't it be using the compiled stuff in the bin?
Here's the error I get....
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 '/Member/xxxxxxxx.aspx.vb' does not exist.
Source Error:
Line 1: <%@ Page Language="VB" MasterPageFile="~/Layouts/SingleColumnFormed.master" AutoEventWireup="false"
Line 2: CodeFile="xxxxxxxx.aspx.vb" Inherits="Member_xxxxxxx" Title="Self Study" %>
Line 3:
Source File: /Member/xxxxxxxx.aspx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929