Click here to Skip to main content
15,893,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: downloading file Pin
Abhishek Sur23-Nov-09 21:32
professionalAbhishek Sur23-Nov-09 21:32 
GeneralRe: downloading file Pin
Abhijit Jana23-Nov-09 22:18
professionalAbhijit Jana23-Nov-09 22:18 
GeneralRe: downloading file Pin
Abhishek Sur24-Nov-09 0:46
professionalAbhishek Sur24-Nov-09 0:46 
AnswerRe: downloading file Pin
sashidhar23-Nov-09 21:39
sashidhar23-Nov-09 21:39 
QuestionRemote Procedure Call vs Web Services Pin
shubhabratam23-Nov-09 20:05
shubhabratam23-Nov-09 20:05 
AnswerRe: Remote Procedure Call vs Web Services Pin
Abhishek Sur23-Nov-09 21:43
professionalAbhishek Sur23-Nov-09 21:43 
AnswerRe: Remote Procedure Call vs Web Services Pin
Paulo Zemek24-Nov-09 1:13
mvaPaulo Zemek24-Nov-09 1:13 
QuestionGeting Error On Uploding in FTP Pin
Any_India23-Nov-09 19:49
Any_India23-Nov-09 19:49 
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".



<configuration>
<system.web>
<customerrors mode="Off">




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.



<configuration>
<system.web>
<customerrors mode="RemoteOnly" defaultredirect="mycustompage.htm">



What is The Soliution
AnswerRe: Geting Error On Uploding in FTP Pin
saini arun23-Nov-09 19:53
saini arun23-Nov-09 19:53 
GeneralRe: Geting Error On Uploding in FTP Pin
Any_India23-Nov-09 20:14
Any_India23-Nov-09 20:14 
GeneralRe: Geting Error On Uploding in FTP Pin
Abhishek Sur23-Nov-09 21:58
professionalAbhishek Sur23-Nov-09 21:58 
AnswerRe: Geting Error On Uploding in FTP Pin
Abhijit Jana23-Nov-09 19:57
professionalAbhijit Jana23-Nov-09 19:57 
GeneralRe: Geting Error On Uploding in FTP Pin
Any_India23-Nov-09 20:06
Any_India23-Nov-09 20:06 
GeneralRe: Geting Error On Uploding in FTP Pin
sashidhar23-Nov-09 20:32
sashidhar23-Nov-09 20:32 
GeneralRe: Geting Error On Uploding in FTP Pin
Abhijit Jana23-Nov-09 20:54
professionalAbhijit Jana23-Nov-09 20:54 
QuestionSpring.NET Pin
Brendan Vogt23-Nov-09 19:45
Brendan Vogt23-Nov-09 19:45 
Questionhow to capture MerchantOneprocessing Pin
ballameharmurali23-Nov-09 19:25
ballameharmurali23-Nov-09 19:25 
AnswerRe: how to capture MerchantOneprocessing Pin
Viral Upadhyay23-Nov-09 19:57
Viral Upadhyay23-Nov-09 19:57 
AnswerRe: how to capture MerchantOneprocessing [modified] Pin
sashidhar23-Nov-09 19:59
sashidhar23-Nov-09 19:59 
AnswerRe: how to capture MerchantOneprocessing Pin
Abhishek Sur23-Nov-09 21:26
professionalAbhishek Sur23-Nov-09 21:26 
GeneralRe: how to capture MerchantOneprocessing Pin
ballameharmurali1-Dec-09 19:34
ballameharmurali1-Dec-09 19:34 
QuestionProblem with controls collection exporting data Pin
Maxdd 723-Nov-09 15:01
Maxdd 723-Nov-09 15:01 
AnswerRe: Problem with controls collection exporting data Pin
Christian Graus23-Nov-09 16:12
protectorChristian Graus23-Nov-09 16:12 
GeneralRe: Problem with controls collection exporting data Pin
Maxdd 723-Nov-09 16:14
Maxdd 723-Nov-09 16:14 
AnswerRe: Problem with controls collection exporting data Pin
sashidhar23-Nov-09 16:53
sashidhar23-Nov-09 16:53 

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.