bonjour;
j'ai créé une application web simple (un bouton dans une page). j'ai créé l'installable suivant cet article: http://www.codeproject.com/KB/aspnet...plication.aspx
j'ai installer le fichier setup.msi puis dans iis manager quand j'ai essayer de faire le browse j'ai eu cette erreur
Comment régler le problème ?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 'deploi._Default'.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="deploi._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">
ps: mon projet s'appel deploi
Partager