Click here to Skip to main content
15,900,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: asp Pin
jkirkerx23-Apr-12 6:55
professionaljkirkerx23-Apr-12 6:55 
There is a file in your project called web, which is a xml file. You have to edit the file element customErrors to mode = "RemoteOnly" like below, on your production web server.

<customErrors mode="RemoteOnly" />


After you edit the file, run the page again, and you will get a detailed error message explaining what error was detected, and then you can begin the process of fixing it.

It's done this way on purpose, so customers can't see your errors.

Or you can look in the event viewer of the server the website is on, and it will tell you what the error is.
GeneralRe: asp Pin
fire_hawk23-Apr-12 21:51
fire_hawk23-Apr-12 21:51 
GeneralRe: asp Pin
jkirkerx24-Apr-12 6:43
professionaljkirkerx24-Apr-12 6:43 
GeneralRe: asp Pin
Ali Al Omairi(Abu AlHassan)21-Apr-12 20:16
professionalAli Al Omairi(Abu AlHassan)21-Apr-12 20:16 
AnswerRe: asp Pin
vvashishta23-Apr-12 19:30
vvashishta23-Apr-12 19:30 
QuestionSeapine Source control memory continues to preplex Pin
Member 778620321-Apr-12 10:06
Member 778620321-Apr-12 10:06 
AnswerRe: Seapine Source control memory continues to preplex Pin
jkirkerx21-Apr-12 10:39
professionaljkirkerx21-Apr-12 10:39 
AnswerRe: Seapine Source control memory continues to preplex Pin
Wes Aday21-Apr-12 17:25
professionalWes Aday21-Apr-12 17:25 
RantThe anwser to the question Pin
jkirkerx21-Apr-12 19:00
professionaljkirkerx21-Apr-12 19:00 
GeneralRe: The anwser to the question Pin
Wes Aday22-Apr-12 3:44
professionalWes Aday22-Apr-12 3:44 
GeneralRe: The anwser to the question Pin
jkirkerx22-Apr-12 6:59
professionaljkirkerx22-Apr-12 6:59 
QuestionConvert string in byte array Pin
indian14320-Apr-12 6:04
indian14320-Apr-12 6:04 
AnswerRe: Convert string in byte array Pin
Wes Aday21-Apr-12 17:08
professionalWes Aday21-Apr-12 17:08 
GeneralRe: Convert string in byte array Pin
Reza Ahmadi22-Apr-12 23:53
Reza Ahmadi22-Apr-12 23:53 
GeneralRe: Convert string in byte array Pin
cpkilekofp23-Apr-12 10:54
cpkilekofp23-Apr-12 10:54 
GeneralRe: Convert string in byte array Pin
vvashishta23-Apr-12 19:34
vvashishta23-Apr-12 19:34 
QuestionAyo game Pin
cplusplus01820-Apr-12 5:44
cplusplus01820-Apr-12 5:44 
AnswerRe: Ayo game Pin
Abhinav S21-Apr-12 16:46
Abhinav S21-Apr-12 16:46 
QuestionHow we can show overlapping form in asp.net Pin
Ganesh_pise20-Apr-12 3:30
Ganesh_pise20-Apr-12 3:30 
AnswerRe: How we can show overlapping form in asp.net Pin
Sandeep Mewara21-Apr-12 6:29
mveSandeep Mewara21-Apr-12 6:29 
QuestionUpdating a resx file Pin
Sandeep Kumar Sinha20-Apr-12 1:50
Sandeep Kumar Sinha20-Apr-12 1:50 
AnswerRe: Updating a resx file Pin
Sandeep Mewara21-Apr-12 6:32
mveSandeep Mewara21-Apr-12 6:32 
QuestionReporting Pin
Member 387988119-Apr-12 23:24
Member 387988119-Apr-12 23:24 
AnswerRe: Reporting Pin
Sandeep Mewara21-Apr-12 6:37
mveSandeep Mewara21-Apr-12 6:37 
QuestionVisual Basic.net Pin
Hermaine18-Apr-12 21:42
Hermaine18-Apr-12 21:42 

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.