Click here to Skip to main content
15,898,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionissues Pin
shenbagasiva6-May-09 21:05
shenbagasiva6-May-09 21:05 
AnswerRe: issues Pin
SeMartens7-May-09 0:07
SeMartens7-May-09 0:07 
AnswerRe: issues Pin
Vasudevan Deepak Kumar7-May-09 22:14
Vasudevan Deepak Kumar7-May-09 22:14 
QuestionMousedown event Pin
devvvy6-May-09 21:02
devvvy6-May-09 21:02 
QuestionFocus is going on address bar Pin
Jagz W6-May-09 20:44
professionalJagz W6-May-09 20:44 
AnswerRe: Focus is going on address bar Pin
mr_muskurahat6-May-09 21:04
mr_muskurahat6-May-09 21:04 
GeneralRe: Focus is going on address bar Pin
Jagz W7-May-09 0:23
professionalJagz W7-May-09 0:23 
QuestionASP.NET Exception ex.ToString to be available from browser? Pin
devvvy6-May-09 20:22
devvvy6-May-09 20:22 
whenever an exception happens, my browser reports this:
<br />
Server Error in '/' Application.<br />
Exception of type 'xxxxx.Util.ApplicationException' was thrown.<br />
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.<br />
<br />
Exception Details: xxxxx.Util.ApplicationException: Exception of type 'xxxxx.Util.ApplicationException' was thrown.<br />
<br />
Source Error:<br />
<br />
Line 175:<br />
Line 176:			oExContext.Trace = new System.Diagnostics.StackTrace(true);<br />
Line 177:			throw new ThinkFundamentals.Util.ApplicationException(ref oExContext, oInnerException);<br />
Line 178:		}<br />
Line 179:	}<br />
<br />
<br />
Source File: C:\dev\xxxxx\NET3.0\Util\ApplicationException.cs    Line: 177<br />
<br />
Stack Trace:<br />
<br />
...<br />
   System.Web.UI.WebControls.Login.OnAuthenticate(AuthenticateEventArgs e) +108<br />
   System.Web.UI.WebControls.Login.AttemptLogin() +115<br />
   System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs e) +101<br />
   System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37<br />
   System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +118<br />
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +166<br />
   ...<br />


What I want to see most is ex.ToString() --- any chance I can see this on my browser? Perhaps through tweaking browser configuration? Or IIS config?

Thanks

dev

AnswerRe: ASP.NET Exception ex.ToString to be available from browser? Pin
N a v a n e e t h6-May-09 20:42
N a v a n e e t h6-May-09 20:42 
GeneralRe: ASP.NET Exception ex.ToString to be available from browser? Pin
devvvy6-May-09 21:31
devvvy6-May-09 21:31 
Questionissues Pin
shenbagasiva6-May-09 19:56
shenbagasiva6-May-09 19:56 
AnswerRe: issues Pin
Spunky Coder6-May-09 20:05
Spunky Coder6-May-09 20:05 
AnswerRe: issues Pin
N a v a n e e t h6-May-09 20:35
N a v a n e e t h6-May-09 20:35 
AnswerRe: issues Pin
sumeshakshaya26-Jun-11 6:46
sumeshakshaya26-Jun-11 6:46 
QuestionRadGrid Pin
Rabiya266-May-09 19:01
Rabiya266-May-09 19:01 
AnswerRe: RadGrid Pin
mr_muskurahat6-May-09 21:06
mr_muskurahat6-May-09 21:06 
GeneralRe: RadGrid Pin
Rabiya266-May-09 21:31
Rabiya266-May-09 21:31 
QuestionHow to design Pin
Jaymm6-May-09 17:34
Jaymm6-May-09 17:34 
AnswerRe: How to design Pin
N a v a n e e t h6-May-09 18:02
N a v a n e e t h6-May-09 18:02 
GeneralRe: How to design Pin
Rabiya266-May-09 19:06
Rabiya266-May-09 19:06 
GeneralRe: How to design Pin
Greg Chelstowski6-May-09 21:27
Greg Chelstowski6-May-09 21:27 
QuestionSelecting Multiple Nodes in ASP.Net treeview Pin
meeram3956-May-09 15:30
meeram3956-May-09 15:30 
AnswerRe: Selecting Multiple Nodes in ASP.Net treeview Pin
dotnetmember6-May-09 17:04
dotnetmember6-May-09 17:04 
GeneralRe: Selecting Multiple Nodes in ASP.Net treeview Pin
meeram3956-May-09 17:06
meeram3956-May-09 17:06 
QuestionFrames in ASP.NET Pin
programmervb.netc++6-May-09 15:04
programmervb.netc++6-May-09 15:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.