Coding Villa Forum
FAQs
Advertisements

Run Time error while running my Asp.Net Application.

Iram Online 5/17/2012 2:56:17 PM

Hello Friends!

I am receiving following run time error while processing my Asp.net Application.

 

 

      

 

Why it is not giving detailed errors? How Can I tackle that problem?Please friends guide me.

 

Waiting for your guidance

 

Thanks   

Share with Friends

Advertisements

Answer

Mehmood Online 5/17/2012 10:44:10 PM

I am unable to view the snip. Picture is so blurry.

Add some more details. What happened with your application ?

What are your steps ? How could we reproduce it?

I think you have mistakenly change some details in web.config file ? Isn't soo?

Or it may pic details from machine config?

I can't predict anything, it seems to be insufficient details.

Place a debugger point in your source and try to debug your code and see the exception there.

Send us the exception details.

Answer

Mehmood Online 5/18/2012 7:29:38 PM

After digging out about the exception, I found same snapshot at some website.

Remove the defaultRedirect attribute and it's value from web.config file and set mode = "off" or "on" according to your need.

Place in web.config file under


You 'll be able to see the actual exception other than this now.

Answer

Mehmood Online 5/19/2012 11:13:53 AM

After digging out about the exception, I found same snapshot at some website. 

Remove the defaultRedirect attribute and it's value from web.config file and set mode = "off" or "on" according to your need.

Place in web.config file under


You 'll be able to see the actual exception other than this now.

Answer

Mehmood Online 5/19/2012 11:31:28 AM

Place in web.config file under < System.Web >
< customErrors mode = "on" / >

You 'll be able to see the actual exception other than this now.

Answer

Iram Online 5/19/2012 12:59:17 PM

Thanks Mehmood for your valuable replies. I have changed the custom errors mode to off and it really works. Now I am recieving detailed errors instead of custom ones. Thanks again...
Share with Friends

Post reply

 

Enter This Code
Captcha
 

Subscribe

Email me when people reply


Subscribe to the