Ho fatto il publish!
Mi ha creato una cartella con tutti i files di progetto (senza .cs ;-))
Ora provando ad eseguire il nuovo progetto
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: The file '/aaa/Default.aspx.cs' does not exist.
Source Error:
Line 1: <%@ Page Language="C#" MasterPageFile="Default.master" CodeFile="Default.aspx.cs" Inherits="aaa._Default" %>
Line 2:
Line 3: <asp:Content id="Content1" ContentPlaceHolderid="Content" Runat="server">
Source File: /aaa/Default.aspx Line: 1
perchè cerca ancora i files .cs??
che ovviamente non ci sono piu
grazie mille!!