Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > help Stack Trace

Reply
Thread Tools

help Stack Trace

 
 
planoly
Guest
Posts: n/a
 
      10-05-2004
how to trun off Stack Trace

thanks

 
Reply With Quote
 
 
 
 
Karl Seguin
Guest
Posts: n/a
 
      10-05-2004
That's vague..in vs.net or when your code crashes and you have that perty
yellow error in the browser?

I'll assume the latter..in web.config, you should have something like:

<customErrors mode="RemoteOnly" />

you can set it to On (case-sensitive) to always show friendly error message
as opposed to Off which shows detailed error messages.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/


"planoly" <> wrote in message
news:41629ac2$...
> how to trun off Stack Trace
>
> thanks
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
C/C++ compilers have one stack for local variables and return addresses and then another stack for array allocations on the stack. Casey Hawthorne C Programming 3 11-01-2009 08:23 PM
Stack trace provided. Help needed in debugging rajatag Java 4 02-20-2007 12:48 AM
stack trace help is needed hopehope_123 Java 0 12-11-2006 07:11 PM
help Stack Trace planoly ASP .Net 1 10-07-2004 04:03 PM
help analyzing these threads from a stack trace Cross Eyed Admin Java 3 01-16-2004 12:09 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57