Hi
New to VB.net and just trying to create a login page and run the project to ensure that the login screen displays OK.
I have used the default page and added some text boxes and a login button - no code behind these yet, as I wanted to see what they look like on the web page but when I try running my project I get the following error:
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: Could not load type 'WebApplication1.Default'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication1.Default" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: /Default.aspx Line: 1
--------------------------------------------------------------------------------
I am sure this is something really simple but I am not sure what it wants for the Inherits section...
should I create my own Login.asp page and then point the default page to inherit the new login page?
any help greatly appreciated.
Thanks
New to VB.net and just trying to create a login page and run the project to ensure that the login screen displays OK.
I have used the default page and added some text boxes and a login button - no code behind these yet, as I wanted to see what they look like on the web page but when I try running my project I get the following error:
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: Could not load type 'WebApplication1.Default'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication1.Default" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: /Default.aspx Line: 1
--------------------------------------------------------------------------------
I am sure this is something really simple but I am not sure what it wants for the Inherits section...
should I create my own Login.asp page and then point the default page to inherit the new login page?
any help greatly appreciated.
Thanks