You may need to repair your IIS mappings.
To do this, run the following command:
aspnet_regiis.exe -i

Here's further information:
[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;q306005[/url]

--
I hope this helps,
Steve C. Orr, MCSD
Coder for Hire
[url]http://Steve.Orr.net[/url]



"Christian" <christian.cambier@pandora.be> wrote in message
news:EHQZa.61580$F92.7018@afrodite.telenet-ops.be...
> Hi,
>
> I access a Webpage : [url]http://localhost/Comp/test.aspx[/url] but the page doesn't
> seem to 'run' (the script code does not execute)
>
> only the html-code within the <body> tags is shown.
>
> <%@ Page Language="C#" Description="ASP.NET Client " %>
> <html>
> <script language="C#" runat=server>
> void Page_Load(Object sender, EventArgs EvArgs)
> {
> Response.Write("script text");
> }
> </script>
>
> <body>
> <br> Body text
> </body>
> </html>
>
> only: "Body text" is shown in the browser
>
> I don't have this problem though on every computer ??
>
> what am I doing wrong ?
> thanks
>
> chris
>
>