Click here to Skip to main content
15,905,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionx.co service [modified] Pin
Jassim Rahma24-Sep-10 12:36
Jassim Rahma24-Sep-10 12:36 
AnswerRe: x.com service Pin
Luc Pattyn24-Sep-10 12:39
sitebuilderLuc Pattyn24-Sep-10 12:39 
Questionweb.config problem Pin
Jassim Rahma24-Sep-10 11:49
Jassim Rahma24-Sep-10 11:49 
AnswerRe: web.config problem Pin
Not Active25-Sep-10 9:38
mentorNot Active25-Sep-10 9:38 
GeneralRe: web.config problem Pin
Jassim Rahma25-Sep-10 10:27
Jassim Rahma25-Sep-10 10:27 
GeneralRe: web.config problem Pin
Not Active25-Sep-10 11:32
mentorNot Active25-Sep-10 11:32 
GeneralRe: web.config problem Pin
Gamzun25-Sep-10 21:30
Gamzun25-Sep-10 21:30 
GeneralRe: web.config problem Pin
Jassim Rahma25-Sep-10 21:40
Jassim Rahma25-Sep-10 21:40 
it is OFF...

<customErrors mode="Off">
</customErrors>


and this is the error on the page:


Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

GeneralRe: web.config problem Pin
Gamzun4-Oct-10 20:36
Gamzun4-Oct-10 20:36 
QuestionAnonymous usser URL access testing issues Pin
jboyd11124-Sep-10 11:04
jboyd11124-Sep-10 11:04 
AnswerRe: Anonymous usser URL access testing issues Pin
T M Gray24-Sep-10 11:37
T M Gray24-Sep-10 11:37 
GeneralRe: Anonymous usser URL access testing issues Pin
jboyd11127-Sep-10 3:50
jboyd11127-Sep-10 3:50 
GeneralRe: Anonymous usser URL access testing issues Pin
jboyd11127-Sep-10 9:30
jboyd11127-Sep-10 9:30 
QuestionGetting gridview to rebind inside of a modalpopup control Pin
Aptiva Dave24-Sep-10 8:58
Aptiva Dave24-Sep-10 8:58 
AnswerRe: Getting gridview to rebind inside of a modalpopup control Pin
Karthik. A24-Sep-10 11:58
Karthik. A24-Sep-10 11:58 
QuestionProblem with http handlers Pin
Haim Nachum24-Sep-10 5:59
Haim Nachum24-Sep-10 5:59 
AnswerRe: Problem with http handlers Pin
NeverHeardOfMe24-Sep-10 9:31
NeverHeardOfMe24-Sep-10 9:31 
QuestionUrl refere is null in safari Pin
MayukhSen23-Sep-10 20:33
MayukhSen23-Sep-10 20:33 
AnswerRe: Url refere is null in safari Pin
sashidhar24-Sep-10 0:44
sashidhar24-Sep-10 0:44 
QuestionStored Procedure Call - Comments with Single Quote Pin
Civic0623-Sep-10 7:26
Civic0623-Sep-10 7:26 
AnswerRe: Stored Procedure Call - Comments with Single Quote Pin
Karthik. A23-Sep-10 8:16
Karthik. A23-Sep-10 8:16 
AnswerRe: Stored Procedure Call - Comments with Single Quote Pin
Blue_Boy23-Sep-10 20:46
Blue_Boy23-Sep-10 20:46 
Questionadding Ajax Tooklit Pin
future383922-Sep-10 16:32
future383922-Sep-10 16:32 
AnswerRe: adding Ajax Tooklit Pin
Abhijit Jana22-Sep-10 19:30
professionalAbhijit Jana22-Sep-10 19:30 
GeneralRe: adding Ajax Tooklit Pin
future383923-Sep-10 3:54
future383923-Sep-10 3:54 

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.