H
H
Using VS2005
Created new website. Placed one button, one label on the form.
In the click event of the button, I set the text of the label to
"Clicked!".
That's it.
It works locally thru VS2005. I publish the website to the local IIS,
that works ok. I upload the published directory to my site online and
I get a 'Runtime error'. This is a basic helloworld. The site has
ASP.NET2.0 enabled. I must be missing something basic. ( I don't have
debug=true in the web.config either)
Thanks...
Created new website. Placed one button, one label on the form.
In the click event of the button, I set the text of the label to
"Clicked!".
That's it.
It works locally thru VS2005. I publish the website to the local IIS,
that works ok. I upload the published directory to my site online and
I get a 'Runtime error'. This is a basic helloworld. The site has
ASP.NET2.0 enabled. I must be missing something basic. ( I don't have
debug=true in the web.config either)
Thanks...