When I create a new webform then go to the selected place in my browser i get this ;---


VB Code:
  1. Server Error in '/projects/cadenzza-net' Application.
  2. --------------------------------------------------------------------------------
  3.  
  4. Parser Error
  5. 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.
  6.  
  7. Parser Error Message: Could not load type 'cadenzza_net.WebForm2'.
  8.  
  9. Source Error:
  10.  
  11.  
  12. Line 1:  <%@ Page Language="vb" AutoEventWireup="false" Codebehind="default.aspx.vb" Inherits="cadenzza_net.WebForm2"%>
  13. Line 2:  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  14. Line 3:  <html>
  15.  
  16.  
  17. Source File: c:\inetpub\wwwroot\projects\cadenzza-net\authentication\Default.aspx    Line: 1
  18.  
  19.  
  20. --------------------------------------------------------------------------------
  21. Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

Why??

When I view the code behind the default.aspx, the Public class is "weform2" so why the heck am I getting this???

Any help would be much appreciated.


Kind Regards,



Matt.