Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > WSE 2.0 and Global.asax Application_OnError

Reply
Thread Tools

WSE 2.0 and Global.asax Application_OnError

 
 
seanmccormick1@hotmail.com
Guest
Posts: n/a
 
      06-09-2006
We are having trouble trapping errors that occur in the WSE 2.0 code.
Our error handling/logging for our web services happens in the
Global.asax Application_OnError method, but it does not seem to run
that part of the code if there is an error thrown by the
Microsoft.Web.Services2.Security code.

For instance, if we skew the clocks by more then an hour between client
and server on different machines, we can get the

Microsoft.Web.Services2.Security.SecurityFault: Message Expired --->
System.Exception: At least one timestamp has expired.

error to throw, but we dont log it anywhere.

Has anybody else ran into this, and if so, how did you solve it?

Thanks
-Corky

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Application_OnError Global Server.GetLastError = No Info Richard Coltrane ASP .Net 2 01-10-2007 02:41 AM
Accessing Session variables in Application_OnError in the Global.asax file shark_bait ASP .Net 0 07-17-2006 06:15 AM
Application_OnError loop with custom object =?Utf-8?B?TWFydHkgVS4=?= ASP .Net 1 09-23-2004 05:47 PM
Application_OnError in IIS 6 Problem! Steve Taylor ASP .Net 4 09-15-2004 06:42 PM
Getting the aspx page an error occured on in Application_OnError Sam-I-Am ASP .Net 3 06-09-2004 11:36 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57