Click here to Skip to main content
15,920,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Operate a web page Pin
caradri27-May-08 23:25
caradri27-May-08 23:25 
GeneralRe: Operate a web page Pin
eyeseetee27-May-08 23:48
eyeseetee27-May-08 23:48 
Questionruntime error in application : web.config file Pin
rahul.net1127-May-08 20:14
rahul.net1127-May-08 20:14 
AnswerRe: runtime error in application : web.config file Pin
Sandeep Akhare27-May-08 20:18
Sandeep Akhare27-May-08 20:18 
GeneralRe: runtime error in application : web.config file Pin
rahul.net1127-May-08 20:22
rahul.net1127-May-08 20:22 
GeneralRe: runtime error in application : web.config file Pin
Sandeep Akhare27-May-08 20:29
Sandeep Akhare27-May-08 20:29 
QuestionRe: runtime error in application : web.config file Pin
rahul.net1127-May-08 20:39
rahul.net1127-May-08 20:39 
AnswerRe: runtime error in application : web.config file Pin
Sandeep Akhare27-May-08 21:02
Sandeep Akhare27-May-08 21:02 
CustomErrors is the element present in the Web.Config
Which is used to show filter errors when any Exception occures
you can redirect to any specific page build for showing errors only by using this elemet.
It has mode Attribute which Indicates whether the server channels in this application domain return filtered or complete exception information to local or remote callers. The default is RemoteOnly, which returns complete exception information (including the stack trace) only to callers on the same computer as the server.


Off: All callers receive complete exception information.
On : All callers receive filtered exception information.
RemoteOnly : Local callers receive complete exception information; remote callers receive filtered exception information.

For more informatio take help from GOOGLE which is your best friend

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




GeneralRe: runtime error in application : web.config file Pin
rahul.net1127-May-08 21:15
rahul.net1127-May-08 21:15 
QuestionConversion from ActionScript3 to SilverLight Pin
am 200927-May-08 19:16
am 200927-May-08 19:16 
AnswerRe: Conversion from ActionScript3 to SilverLight Pin
Vasudevan Deepak Kumar27-May-08 19:23
Vasudevan Deepak Kumar27-May-08 19:23 
Questiongridview checkbox Pin
Pankaj Garg27-May-08 18:57
Pankaj Garg27-May-08 18:57 
AnswerRe: gridview checkbox Pin
eyeseetee27-May-08 21:40
eyeseetee27-May-08 21:40 
QuestionRe: gridview checkbox Pin
Pankaj Garg27-May-08 21:52
Pankaj Garg27-May-08 21:52 
AnswerRe: gridview checkbox Pin
eyeseetee27-May-08 22:23
eyeseetee27-May-08 22:23 
Questionworking with Unit Testing in VS2008 Pin
chaitu.chinna27-May-08 18:52
chaitu.chinna27-May-08 18:52 
QuestionFile Access Problem Pin
VivekNema27-May-08 18:16
VivekNema27-May-08 18:16 
AnswerRe: File Access Problem Pin
Vasudevan Deepak Kumar27-May-08 19:03
Vasudevan Deepak Kumar27-May-08 19:03 
AnswerRe: File Access Problem Pin
eyeseetee27-May-08 21:40
eyeseetee27-May-08 21:40 
QuestionUpdatePanel Issue Pin
DotNetXenon27-May-08 16:27
DotNetXenon27-May-08 16:27 
AnswerRe: UpdatePanel Issue [modified] Pin
Sandeep Akhare27-May-08 20:04
Sandeep Akhare27-May-08 20:04 
QuestionDynamically Changing DropDownList Values Pin
elexar27-May-08 10:15
elexar27-May-08 10:15 
AnswerRe: Dynamically Changing DropDownList Values Pin
elexar27-May-08 10:18
elexar27-May-08 10:18 
AnswerRe: Dynamically Changing DropDownList Values Pin
led mike27-May-08 11:08
led mike27-May-08 11:08 
Question.NET DNS.GetHostEntry Quirk Pin
boostmr227-May-08 7:11
boostmr227-May-08 7:11 

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.