I do not understand your statement:
"I am doing this because the pages are not successfully compiled because of the header information being different..."
Can you provide more detail on this statement?
the first 2 lines of the web site aspx code:
<%@ Page Language="COBOL" AutoEventWireup="true" CodeFile="LOGON.aspx.cbl" Inherits="LOGON" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "www.w3.org/.../xhtml11.dtd">
The first 2 lines of the web application aspx code:
<%@ Page AutoEventWireup="true" CodeBehind="LOGON.aspx.cbl" Inherits="SWODM.WebApp.LOGON" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/.../xhtml1-transitional.dtd">
I create a new page in the web application, and copy the code from the page in the web site, except for these lines.
The code will not compile by just including these files, or copying the whole file.