Click here to Skip to main content
15,867,686 members
Home / Discussions / C#
   

C#

 
GeneralRe: resX Files Pin
gordingin28-Jan-04 6:37
gordingin28-Jan-04 6:37 
GeneralRe: resX Files Pin
Heath Stewart28-Jan-04 6:42
protectorHeath Stewart28-Jan-04 6:42 
GeneralRe: resX Files Pin
gordingin28-Jan-04 6:56
gordingin28-Jan-04 6:56 
QuestionCan C# .NET controls be used in Excel? Pin
EyeOfTheSky28-Jan-04 4:40
EyeOfTheSky28-Jan-04 4:40 
AnswerRe: Can C# .NET controls be used in Excel? Pin
Heath Stewart28-Jan-04 6:27
protectorHeath Stewart28-Jan-04 6:27 
GeneralC# Webservice Deployment Pin
Victor Boctor28-Jan-04 2:57
Victor Boctor28-Jan-04 2:57 
GeneralRe: C# Webservice Deployment Pin
Uwe Keim28-Jan-04 3:19
sitebuilderUwe Keim28-Jan-04 3:19 
GeneralRe: C# Webservice Deployment Pin
Victor Boctor28-Jan-04 10:02
Victor Boctor28-Jan-04 10:02 
When I use the browser and type:
http://www.example.com/dotNet/MyService/Service1.asmx

I get the following (even when I set the customErrors mode to Off, I still get the same 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>

phpWebNotes is a page annotation system modelled after php.net.
<a href="http://webnotes.sourceforge.net/demo.php">http://webnotes.sourceforge.net/demo.php</a>[<a target=_blank title='New Window' href="http://webnotes.sourceforge.net/demo.php">^</a>]
GeneralRe: C# Webservice Deployment Pin
Uwe Keim28-Jan-04 20:06
sitebuilderUwe Keim28-Jan-04 20:06 
GeneralRe: C# Webservice Deployment Pin
Mazdak28-Jan-04 3:23
Mazdak28-Jan-04 3:23 
GeneralRe: C# Webservice Deployment Pin
Victor Boctor28-Jan-04 10:10
Victor Boctor28-Jan-04 10:10 
GeneralRe: C# Webservice Deployment Pin
Mazdak28-Jan-04 10:44
Mazdak28-Jan-04 10:44 
GeneralRe: C# Webservice Deployment Pin
Victor Boctor28-Jan-04 12:17
Victor Boctor28-Jan-04 12:17 
GeneralUsage of lookup tables Pin
feicki27-Jan-04 23:56
feicki27-Jan-04 23:56 
GeneralRe: Usage of lookup tables Pin
Mazdak28-Jan-04 0:28
Mazdak28-Jan-04 0:28 
GeneralRe: Usage of lookup tables Pin
feicki28-Jan-04 0:57
feicki28-Jan-04 0:57 
GeneralRe: Usage of lookup tables Pin
Mazdak28-Jan-04 2:56
Mazdak28-Jan-04 2:56 
GeneralRe: Usage of lookup tables Pin
Heath Stewart28-Jan-04 6:21
protectorHeath Stewart28-Jan-04 6:21 
General.NET Remoting Question Pin
andreas_aus_hamburg27-Jan-04 23:48
andreas_aus_hamburg27-Jan-04 23:48 
GeneralRe: .NET Remoting Question Pin
msdnexpert28-Jan-04 5:45
msdnexpert28-Jan-04 5:45 
GeneralRe: .NET Remoting Question Pin
andreas_aus_hamburg28-Jan-04 11:30
andreas_aus_hamburg28-Jan-04 11:30 
GeneralWebService question Pin
Mazdak27-Jan-04 23:35
Mazdak27-Jan-04 23:35 
GeneralRe: WebService question Pin
Heath Stewart28-Jan-04 6:05
protectorHeath Stewart28-Jan-04 6:05 
GeneralRe: WebService question Pin
Mazdak28-Jan-04 7:26
Mazdak28-Jan-04 7:26 
GeneralC# modem and mp3 Pin
devvvy27-Jan-04 19:58
devvvy27-Jan-04 19: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.