Click here to Skip to main content
15,902,777 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsending class between two website Pin
mm3109-Jan-07 3:02
mm3109-Jan-07 3:02 
QuestionHow To Dynamically Call a Webservice? Pin
sstocker9-Jan-07 2:57
sstocker9-Jan-07 2:57 
AnswerRe: How To Dynamically Call a Webservice? Pin
led mike9-Jan-07 5:00
led mike9-Jan-07 5:00 
GeneralRe: How To Dynamically Call a Webservice? Pin
sstocker9-Jan-07 5:06
sstocker9-Jan-07 5:06 
GeneralRe: How To Dynamically Call a Webservice? Pin
led mike9-Jan-07 5:20
led mike9-Jan-07 5:20 
QuestionHow to look into directories and files of a unix box from a windows machine through VB.NET or C#.NET Pin
gknath9-Jan-07 2:13
gknath9-Jan-07 2:13 
Questionsubreport export in vs.net 2005 gives problem Pin
Suresh19799-Jan-07 2:10
Suresh19799-Jan-07 2:10 
QuestionServer Error in '/' Application. Pin
Atul Kharecha9-Jan-07 2:01
Atul Kharecha9-Jan-07 2:01 
Hi,

I uploaded site in one folder of the ftp location. When i open url, it is giving me following error.

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>

=================
I tried to change all 3 modes of customErrors but same problem.

Can anyone help me please?

Thanks.
AnswerRe: Server Error in '/' Application. Pin
Ghazi H. Wadi9-Jan-07 3:40
Ghazi H. Wadi9-Jan-07 3:40 
AnswerRe: Server Error in '/' Application. Pin
ednrgc9-Jan-07 3:45
ednrgc9-Jan-07 3:45 
GeneralRe: Server Error in '/' Application. Pin
Atul Kharecha9-Jan-07 4:00
Atul Kharecha9-Jan-07 4:00 
GeneralRe: Server Error in '/' Application. Pin
ednrgc9-Jan-07 4:02
ednrgc9-Jan-07 4:02 
Questionhow to .swf object to asp.net page Pin
Rmesh9-Jan-07 1:41
Rmesh9-Jan-07 1:41 
AnswerRe: how to .swf object to asp.net page Pin
Pete O'Hanlon9-Jan-07 1:46
mvePete O'Hanlon9-Jan-07 1:46 
AnswerRe: how to .swf object to asp.net page Pin
Khan.Bangash9-Jan-07 1:47
Khan.Bangash9-Jan-07 1:47 
GeneralRe: how to .swf object to asp.net page Pin
DavidNohejl9-Jan-07 2:08
DavidNohejl9-Jan-07 2:08 
GeneralRe: how to .swf object to asp.net page Pin
Khan.Bangash9-Jan-07 2:14
Khan.Bangash9-Jan-07 2:14 
GeneralRe: how to .swf object to asp.net page Pin
DavidNohejl9-Jan-07 2:29
DavidNohejl9-Jan-07 2:29 
QuestionFire Fox Pin
Khan.Bangash9-Jan-07 1:39
Khan.Bangash9-Jan-07 1:39 
AnswerRe: Fire Fox Pin
ednrgc9-Jan-07 3:46
ednrgc9-Jan-07 3:46 
GeneralRe: Fire Fox Pin
Khan.Bangash9-Jan-07 4:24
Khan.Bangash9-Jan-07 4:24 
GeneralRe: Fire Fox Pin
ednrgc9-Jan-07 4:31
ednrgc9-Jan-07 4:31 
GeneralRe: Fire Fox Pin
Venkatesh Mookkan9-Jan-07 15:55
Venkatesh Mookkan9-Jan-07 15:55 
QuestionClassic ASP connection problem Pin
Paddy Boyd9-Jan-07 1:28
Paddy Boyd9-Jan-07 1:28 
AnswerRe: Classic ASP connection problem Pin
Pete O'Hanlon9-Jan-07 1:33
mvePete O'Hanlon9-Jan-07 1:33 

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.