Please take a look at my newly created site. Keep in mind its in test mode. Follow the here link to the .aspx page. If you click the continue button it should open up a page named Instructions.aspx. I'm getting the idea the code behind the page isn't running. If this is the problem how can I fix this, and if not, again how can I fix it?
http://www17.Brinkster.com/nflweekly.com
Below is an error I fixed, but not sure if I fixed it properly. This is the only runtime error that occurred, I've made no changes to the working files except for the change below:
--------------------------
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 'EMarriage.frmStart'.
Line 1: <%@ Page Language="
vb" AutoEventWireup="false" Codebehind="Start.aspx.
vb" Inherits="EMarriage.frmStart"%>
---------------------------
I deleted 'Inherits="EMarriage.frmStart"' and the page loads, but the code behind doesn't run. Any ideas?
Thanks for your time and patience,
- Jeff -