A
ampeloso
Hello,
I have a simple app which I am testing.
Contains:
Default.aspx:This has a label...thats it.
Default.aspx.cs:This has: protected void Page_Load(object sender,
EventArgs e)
{
Label1.Text = "testing";
}
and a web. config that I have <customErrors mode="Off"/>
These are loaded into a directory on my host called "Testing". Thats
it.
A. The page comes back with an error.Server Error in '/'
Application.....
B. But not a detailed error like i would expect from <customErrors
mode="Off"/>.
The page is simple enough, so what am I doing wrong?
Thanks
Mike
I have a simple app which I am testing.
Contains:
Default.aspx:This has a label...thats it.
Default.aspx.cs:This has: protected void Page_Load(object sender,
EventArgs e)
{
Label1.Text = "testing";
}
and a web. config that I have <customErrors mode="Off"/>
These are loaded into a directory on my host called "Testing". Thats
it.
A. The page comes back with an error.Server Error in '/'
Application.....
B. But not a detailed error like i would expect from <customErrors
mode="Off"/>.
The page is simple enough, so what am I doing wrong?
Thanks
Mike