Click here to Skip to main content
15,914,165 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Javascript validation for required fields Pin
Sandeep Akhare3-Jun-07 21:34
Sandeep Akhare3-Jun-07 21:34 
Generalautopostback with tabindex Pin
mohantfor.net3-Jun-07 21:37
mohantfor.net3-Jun-07 21:37 
QuestionDelete Pin
A kamath3-Jun-07 19:00
A kamath3-Jun-07 19:00 
AnswerRe: Delete Pin
Christian Graus3-Jun-07 19:36
protectorChristian Graus3-Jun-07 19:36 
GeneralRe: Delete Pin
A kamath3-Jun-07 19:41
A kamath3-Jun-07 19:41 
GeneralRe: Delete Pin
Christian Graus3-Jun-07 20:33
protectorChristian Graus3-Jun-07 20:33 
GeneralRe: Delete Pin
A kamath3-Jun-07 20:38
A kamath3-Jun-07 20:38 
QuestionCustom error page unable to be displayed Pin
KaKa'3-Jun-07 17:07
KaKa'3-Jun-07 17:07 
I have created a custom error web page which is supposed to be displayed when the user tries to access an invalid page but instead of the custom error page appearing, the standard "Server Error in 'Error handling' application. The resource cannot be found" asp.net error page appeared instead.

I edited the web.config file like this:

customErrors mode="Off" defaultRedirect="PageNotFound.aspx"
error statusCode="403" redirect="PageNotFound.aspx"/
error statusCode="404" redirect="PageNotFound.aspx"/
*I removed the tags because it seems that text within tags cant be displayed

The custom page's name is PageNotFound.aspx.
The default address of the website is: http://localhost:1351/Error%20handling
When I tried to access a non existant web page like:
http://localhost:1351/Error%20handling/lucky.aspx , only the standard error page appeared instead of the custom error page.

How do I make the custom error page appear?Cry | :((
AnswerRe: Custom error page unable to be displayed Pin
Expert Coming3-Jun-07 21:39
Expert Coming3-Jun-07 21:39 
Questionredirecting to page when radiobutton is clicked Pin
vidya_rpl3-Jun-07 17:06
vidya_rpl3-Jun-07 17:06 
AnswerRe: redirecting to page when radiobutton is clicked Pin
Venk2593-Jun-07 23:32
Venk2593-Jun-07 23:32 
QuestionSending Email Using Outlook in asp.net 2.0 Pin
s_a_2002633-Jun-07 14:48
s_a_2002633-Jun-07 14:48 
AnswerRe: Sending Email Using Outlook in asp.net 2.0 Pin
Expert Coming3-Jun-07 15:02
Expert Coming3-Jun-07 15:02 
AnswerRe: Sending Email Using Outlook in asp.net 2.0 Pin
Christian Graus3-Jun-07 15:27
protectorChristian Graus3-Jun-07 15:27 
GeneralRe: Sending Email Using Outlook in asp.net 2.0 Pin
Expert Coming3-Jun-07 16:06
Expert Coming3-Jun-07 16:06 
GeneralRe: Sending Email Using Outlook in asp.net 2.0 Pin
Christian Graus3-Jun-07 16:27
protectorChristian Graus3-Jun-07 16:27 
QuestionThreading Session error Pin
Maksi3-Jun-07 14:28
Maksi3-Jun-07 14:28 
QuestionHelp me please ??!! :( Pin
devboycpp3-Jun-07 10:09
devboycpp3-Jun-07 10:09 
AnswerRe: Help me please ??!! :( Pin
Christian Graus3-Jun-07 11:28
protectorChristian Graus3-Jun-07 11:28 
Questioncreate random shift ... plz i need your help Pin
waleed6663-Jun-07 9:30
waleed6663-Jun-07 9:30 
AnswerRe: create random shift ... plz i need your help Pin
Christian Graus3-Jun-07 11:29
protectorChristian Graus3-Jun-07 11:29 
GeneralRe: create random shift ... plz i need your help Pin
waleed6663-Jun-07 11:56
waleed6663-Jun-07 11:56 
GeneralRe: create random shift ... plz i need your help Pin
Christian Graus3-Jun-07 12:08
protectorChristian Graus3-Jun-07 12:08 
GeneralRe: create random shift ... plz i need your help Pin
waleed6663-Jun-07 12:23
waleed6663-Jun-07 12:23 
GeneralRe: create random shift ... plz i need your help Pin
Christian Graus3-Jun-07 12:44
protectorChristian Graus3-Jun-07 12:44 

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.