debug on off

I

inungh

I got a message to turn on debug on web.config and I click on yes, but
how can I set it back to off?


Your information is great appreciated,
 
J

Juan T. Llibre

In web.config :

<compilation debug = "false">

It's the only way to set it to off. The default is "true".
Production applications should always have debug turned off, for performance purposes.
 
I

inungh

Hi,

"<compilation debug = "false"> " will set the application not to load
any debug symbols so you will unable to debug..
but as Juan said its for application performance while deployment in
production server.

Best of luck

Thanks millions for he;lping,
 

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

Members online

No members online now.

Forum statistics

Threads
474,169
Messages
2,570,919
Members
47,459
Latest member
Vida00R129

Latest Threads

Top