Can't Get Into Debug Mode

W

Wayne Wengert

I am running an aspx page in IE6 and when it loads, I get an error
======================
A Runtime error has occured.
Do you wish to debug?

Line 100
Expected '{'
=======================
But when I click on "Yes", I do not get into debug? I do have the options to
Disable Script debugging unchecked. Any thoughts on how I can get into debug
mode here?

Wayne
 
S

stand__sure

there could be several causes...

the most obvious is that the web app was not compiled in debug mode.
try adding this to the web.config file:
<compilation debug="true"/>

unfortunately, if you are using VS .NET 2003 and IIS 5.1, there are
hundreds (possibly thousands) of little things that can prevent you
from debugging local and/or remote web applications -- the IDE will
often give you a pointer to the error if you open the web applications
solution file and try to start debugging from within VS (free advice:
don't blindly believe FrontPage error messages -- I have seen improper
file and folder permissions cause this error)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,995
Messages
2,570,226
Members
46,815
Latest member
treekmostly22

Latest Threads

Top