Réponse acceptée !
c bon g trouvé : voila quand meme la solution pour ce qui cherche :
dansq mon fichier aspx je fait :
contenu du fichier aspx
<% Server.Execute("pagehtml.aspx"); %><% Server.Execute("pagehtml.aspx"); %>
suite contenu du fichier aspx
mon fichier pagehtml.aspx ne contient pas d'affichage, mais dans le page_load
de pagehtml.aspx.cs j'ai :
StreamReader sw
= new StreamReader("Vincent/page.html"); Response.Write(sw.ReadToEnd()); sw.Close();comme ca ca affiche le contenu de : page.html et dans mon fichier cs, je peut recevoir un parametre me permettant de choisir quel fichier html chargé

voila !! Bonne continuation a tous dans le monde merveilleux de l'ASP.NET
Vive le COBOL