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

ASP.NET

 
AnswerRe: mail from asp.net1.1 Pin
Manas Bhardwaj21-Jul-09 0:04
professionalManas Bhardwaj21-Jul-09 0:04 
GeneralRe: mail from asp.net1.1 Pin
Kissy1621-Jul-09 0:16
Kissy1621-Jul-09 0:16 
GeneralRe: mail from asp.net1.1 Pin
Christian Graus21-Jul-09 10:18
protectorChristian Graus21-Jul-09 10:18 
QuestionInterview Questions Pin
siddisagar20-Jul-09 22:59
siddisagar20-Jul-09 22:59 
AnswerRe: Interview Questions Pin
Christian Graus20-Jul-09 23:03
protectorChristian Graus20-Jul-09 23:03 
AnswerRe: Interview Questions Pin
Manas Bhardwaj20-Jul-09 23:17
professionalManas Bhardwaj20-Jul-09 23:17 
AnswerRe: Interview Questions Pin
Brij20-Jul-09 23:20
mentorBrij20-Jul-09 23:20 
Questionweb.config help Pin
KhandelwalA20-Jul-09 21:57
KhandelwalA20-Jul-09 21:57 
hello........i made a website and after launching when i run it.....it gives me this error....can anybody tell me whts reason behind this error...plz guide me. The Error is:


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>

AnswerRe: web.config help Pin
Abhijit Jana20-Jul-09 22:01
professionalAbhijit Jana20-Jul-09 22:01 
GeneralRe: web.config help Pin
KhandelwalA20-Jul-09 22:02
KhandelwalA20-Jul-09 22:02 
AnswerRe: web.config help Pin
Christian Graus20-Jul-09 22:27
protectorChristian Graus20-Jul-09 22:27 
QuestionINSERT QUERY Pin
sachees12320-Jul-09 21:46
sachees12320-Jul-09 21:46 
AnswerRe: INSERT QUERY Pin
Christian Graus20-Jul-09 21:51
protectorChristian Graus20-Jul-09 21:51 
GeneralRe: INSERT QUERY Pin
sachees12320-Jul-09 21:56
sachees12320-Jul-09 21:56 
GeneralRe: INSERT QUERY Pin
Christian Graus20-Jul-09 22:26
protectorChristian Graus20-Jul-09 22:26 
GeneralRe: INSERT QUERY Pin
sachees12320-Jul-09 22:48
sachees12320-Jul-09 22:48 
GeneralRe: INSERT QUERY Pin
Christian Graus20-Jul-09 22:51
protectorChristian Graus20-Jul-09 22:51 
GeneralRe: INSERT QUERY Pin
sachees12321-Jul-09 1:16
sachees12321-Jul-09 1:16 
GeneralRe: INSERT QUERY Pin
Christian Graus21-Jul-09 10:18
protectorChristian Graus21-Jul-09 10:18 
GeneralRe: INSERT QUERY Pin
Blue_Boy20-Jul-09 22:43
Blue_Boy20-Jul-09 22:43 
GeneralRe: INSERT QUERY Pin
Christian Graus20-Jul-09 22:47
protectorChristian Graus20-Jul-09 22:47 
GeneralRe: INSERT QUERY Pin
Blue_Boy20-Jul-09 22:58
Blue_Boy20-Jul-09 22:58 
QuestionExpire cookies on browser close Pin
Any_India20-Jul-09 21:22
Any_India20-Jul-09 21:22 
AnswerRe: Expire cookies on browser close Pin
Christian Graus20-Jul-09 21:51
protectorChristian Graus20-Jul-09 21:51 
AnswerRe: Expire cookies on browser close Pin
Viral Upadhyay20-Jul-09 22:58
Viral Upadhyay20-Jul-09 22:58 

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.