Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWhat is repository pattern? Pin
Syed Zoheb Ali Sumair22-Apr-12 5:43
Syed Zoheb Ali Sumair22-Apr-12 5:43 
AnswerRe: What is repository pattern? Pin
Ali Al Omairi(Abu AlHassan)22-Apr-12 20:16
professionalAli Al Omairi(Abu AlHassan)22-Apr-12 20:16 
Questionasp Pin
fire_hawk21-Apr-12 14:58
fire_hawk21-Apr-12 14:58 
AnswerRe: asp Pin
Wes Aday21-Apr-12 17:30
professionalWes Aday21-Apr-12 17:30 
GeneralRe: asp Pin
fire_hawk21-Apr-12 18:25
fire_hawk21-Apr-12 18:25 
QuestionRe: asp Pin
jkirkerx21-Apr-12 19:18
professionaljkirkerx21-Apr-12 19:18 
AnswerRe: asp Pin
fire_hawk22-Apr-12 21:05
fire_hawk22-Apr-12 21:05 
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 

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.