Ciao a tutti ho scaricato un semplice esempio .NET (una singola pagina con web.config e 2 files vsprojec)

Il problema č che creando un nuovo "Web Site" e trascinando dentro i files ottengo

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 'AAWebApp._Default'.

Source Error:


Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="AAWebApp._Default" %>
Line 2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



Cosa sbaglio?

Grazie