my cs code not executed

i created a webform with a label.
in my cs code on page_load, i assign a text to a label

Label1.Text = “hello world”;

when i execute the webform in browser… nothing happen and the text do not change.

this happen after i reinstall my win2kpro.

anyone know wat’s wrong? thxs

I take it you have the .NET framework installed on the server?

problem solved after reinstall .net framework
thx