aspx_beginners thread: debugging aspx files
Message #1 by baelu@h... on Mon, 14 Jan 2002 19:09:42
|
|
I am having trouble debugging aspx files in VS.NET. Debug is set to true
in the Web.config file. What else should I be looking for? Thank you.
Message #2 by "Olav Benum" <wrox@b...> on Mon, 14 Jan 2002 19:25:59
|
|
> I am having trouble debugging aspx files in VS.NET. Debug is set to true
> in the Web.config file. What else should I be looking for? Thank you.
Message #3 by "Douglas Rohm" <dlr@m...> on Mon, 14 Jan 2002 14:43:25 -0500
|
|
If you set Debug="false" at the file level then that would turn it off.
Check the file.
-----Original Message-----
From: baelu@h... [mailto:baelu@h...]
Sent: Monday, January 14, 2002 7:10 PM
To: aspx_beginners
Subject: [aspx_beginners] debugging aspx files
I am having trouble debugging aspx files in VS.NET. Debug is set to true
in the Web.config file. What else should I be looking for? Thank you.
$subst('Email.Unsub').
Message #4 by "Olav Benum" <wrox@b...> on Mon, 14 Jan 2002 22:12:55
|
|
I think those settings are related to getting error-messages
etc. sent to the response-page (the browser).
To actually debug a page in VS.NET think you need to set
up a project. (Its not covered in the book, it
would be nice to have some examples for how to do it
with single pages).
Olav
> I am having trouble debugging aspx files in VS.NET. Debug is set to true
> in the Web.config file. What else should I be looking for? Thank you.
|