Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain weg config settings for exception managment in asp.net?

Answer Posted / vijay

You should configure exception management settings within
your application's Web.config file. The following is an
example of the exception settings in a Web.config file.

< customErrors defaultredirect="http://hostname/error.aspx"
mode="On"/>
< error statuscode="500" redirect="/errorpages/
servererror.aspx" />
< error statuscode="404" redirect="/errorpages/
filenotfound.htm" />
< /customErrors>

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between the while and for loop. Provide a .net syntax for both loops?

1034


Is .net core managed code?

1062


Conceptually, what is the difference between early-binding and late-binding?

1147


What is the difference between imperative and interrogative code?

2108


Can a dll be changed to an exe?

1222


Tell about your technical profile ?

3648


What is the difference between task and thread in .net?

1124


Explain boxing and unboxing in .net.

1042


What are the differences between user control and server control?

1173


The project which you have made, which methodology did you use?

1104


What is implement a generic action in webapi?

1298


Explain the difference between asp.net and asp?

1233


How can I find out what the garbage collector is doing?

1032


What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

1024


What is jit compilers?

1211