Very simple page with a Runtime Error...

  • Thread starter Thread starter H
  • Start date Start date
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...
 
it wasn't a specific error, just a generic one....anyway, it turns out
the site wasn't ASP.NET 2.0 enabled (even though it was supposed to
be)...working now...
 
Back
Top