Dans le web.config de l'application web, ajouter la ligne suivante au noeud <PageParserPaths > :
<PageParserPaths >
<PageParserPath VirtualPath="{chemin relatif, ex : /_catalogs/masterpage/*}" CompilationMode="Always" AllowServerSideScript="True" IncludeSubfolders="True" / >
Ensuite, dans la page aspx elle-même :
<script runat="server" >
protected void Page_Load(object sender, EventArgs e)
{
{Votre code}
}
</script >
lundi 29 mars 2010
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire