question about web.config contents

  • Thread starter Thread starter John
  • Start date Start date
J

John

Does web.config save the last error message the page generated?
I seem to be getting the same error regardless of the code.

John
 
Hi

Web.config does not log the error of the page, it's used solely to well,
config settings :)

If the web.config file is not correctly generate you can not debug directly
from the IDE, if you run it directly from the browser it will show an error
page with the wrong formed line.

Please if this does not solve your problem, just explain it further.

Cheers,
 

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

Back
Top