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?



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

Answer / 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

More Dot Net General Interview Questions

what is GAC?

1 Answers   Manhattan,


Define satelite assembly?

0 Answers  


Which dll is required to translate xml to sql in internet information server (iis)?

0 Answers  


Explain the .NET architecture.

9 Answers   HCL, Idhasoft, Scandent, TCS, TechnoLinks,


What is CLR? How it will work?

3 Answers   NeoSoft,


What are HTML controls, Web controls, and server controls?

1 Answers  


Explain clr, cts and cls?

0 Answers  


Explain can the validation be done in the server side? Or this can be done only in the client side?

0 Answers  


What is MSIL code ?

3 Answers   TCS,


What is jit compilers?

0 Answers  


What are the types of jit?

0 Answers  


What is il in vb.net?

0 Answers  


Categories