Ho pubblicato la mia pagina asp e mi da il seguente problema:
codice:
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 'provaAin.WebForm1'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="provaAin.WebForm1" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
Source File: D:\CustomerWeb\ain-it\WebForm1.aspx Line: 1
se tolgo la parte Inherits funziona tutto??
Sapete darmi una spiegazione??