B
brett
I have an ASP.NET 2.0 web application that runs fine on my local
machine. However, once I upload it, I get this error:
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 '/index.ascx.cs' does not exist.
Source Error:
Line 1: <%@ Control Language="c#" Inherits="mysite.IndexContent"
CodeFile="index.ascx.cs" %>
Source File: /index.ascx Line: 1
The DLL is in the remote server's bin folder. All of the ASPX and ASCX
files are there as well. Any ideas?
Thanks,
Brett
machine. However, once I upload it, I get this error:
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 '/index.ascx.cs' does not exist.
Source Error:
Line 1: <%@ Control Language="c#" Inherits="mysite.IndexContent"
CodeFile="index.ascx.cs" %>
Source File: /index.ascx Line: 1
The DLL is in the remote server's bin folder. All of the ASPX and ASCX
files are there as well. Any ideas?
Thanks,
Brett