No announcements
Found 3642862 threads
-
7 Votes
Using httpModules
I moved the line with module definition from section <httpModules> to section <modules> and add attribute preCondition="integratedMode".Answered | 4 Replies | 13962 Views | Created by Sergey V Voronkov - Friday, November 27, 2009 2:26 PM | Last reply by Jeroen Ritmeijer - Thursday, January 13, 2011 6:07 PM -
0 Votes
Log exceptions using HttpModules in Web Service
Actually link you have provided will work to create an HttpModule that will log exceptions in the Web Application or Web Sites at Application Level.Unanswered | 3 Replies | 21 Views | Created by Anonymous - Thursday, October 27, 2011 5:24 AM | Last reply by Anonymous - Thursday, October 27, 2011 2:25 PM -
0 Votes
HTTPModule Intelligencia UrlRewriter
I think the problem is that you need to register your module under <system.webServer> when running in your Azure Web Site, because it runs in Integrated mode (and I assume you're ...Answered | 3 Replies | 2842 Views | Created by Dionyzoz - Tuesday, October 1, 2013 10:07 AM | Last reply by Dionyzoz - Wednesday, October 2, 2013 12:14 PM -
0 Votes
How to implement httpmodule?.
I am looking at couple of possibilties with httpmodule.Answered | 6 Replies | 4992 Views | Created by Anirudh123 - Monday, October 25, 2010 5:18 PM | Last reply by Anirudh123 - Thursday, October 28, 2010 2:35 PM -
0 Votes
Logging Exception details using IErrorHandler
In addition, there is a extension point called "OperationInvoker" which can also intercept the WCF service operations and capture any raised exception(during the operation ...Answered | 3 Replies | 3338 Views | Created by singhhome - Saturday, November 20, 2010 6:27 PM | Last reply by Steven Cheng - MSFT - Monday, November 22, 2010 8:05 AM -
3 Votes
audit log using sharepoint OOB web services
But now that's fine , since we do not have any option , we will try to work with custom web service having server object model in ...Answered | 4 Replies | 2221 Views | Created by Harika Kakkireni - Friday, December 6, 2013 2:11 PM | Last reply by Harika Kakkireni - Friday, December 6, 2013 4:54 PM -
1 Votes
Problem to deploy HttpModule to sharepoint.
07/20/2009 16:25:42.45 OWSTIMER.EXE (0x0884) 0x0EA0 Windows ...Answered | 17 Replies | 17335 Views | Created by Hamed_1983 - Sunday, July 19, 2009 9:50 PM | Last reply by Hamed_1983 - Thursday, July 23, 2009 6:42 AM -
0 Votes
Using CSOM to log application exceptions
I'm trying to log exceptions via the Microsoft.SharePoint.Client.Utilities.Utility.LogCustomAppError.Answered | 2 Replies | 2948 Views | Created by Ben_M - Tuesday, April 9, 2013 7:08 PM | Last reply by Ben_M - Tuesday, April 9, 2013 9:24 PM -
2 Votes
SPWebConfigModification -> Adding a new HttpModule above built-in HttpModules
You could use the HttpModuleSectionCode // Get the Web application configuration.Answered | 15 Replies | 15060 Views | Created by Jason Rastovski - Wednesday, February 2, 2011 6:29 PM | Last reply by Badajoz95 - Tuesday, November 13, 2012 11:33 PM -
0 Votes
Exception Logging Techniques ?
logging application block ?Answered | 1 Replies | 3055 Views | Created by MS Techie - Friday, January 30, 2009 1:55 PM | Last reply by thomas_woelfer - Friday, January 30, 2009 6:18 PM -
0 Votes
httpModules section is not working in Web.config
I deployed my web app to Azure website.Answered | 2 Replies | 3151 Views | Created by mungkood - Saturday, January 5, 2013 6:08 AM | Last reply by mungkood - Tuesday, January 8, 2013 9:37 AM -
0 Votes
web service exception
Please show us an example of what you're talking about?Answered | 2 Replies | 3057 Views | Created by Whoknow - Thursday, May 22, 2008 3:48 AM | Last reply by kyus94 - Thursday, May 29, 2008 12:32 AM -
0 Votes
Handling Exception in .NET 2.0 Async web service
Async or Sync call of the web methods depends on the implementation by the web service consumer and nothing to do with how the web service is written.Answered | 6 Replies | 7347 Views | Created by m3rLinEz - Friday, December 8, 2006 4:57 PM | Last reply by Zeddy Iskandar - Thursday, August 21, 2008 5:53 AM -
0 Votes
Purging Cache within a HttpModule
Shrikant Maske Tier 2 Application Support Server and Tools Online Engineering Live Services TeamAnswered | 1 Replies | 10407 Views | Created by k.r.t. _ - Sunday, October 5, 2008 2:50 PM | Last reply by Shrikant Maske - Friday, October 17, 2008 10:02 AM -
1 Votes
How to export app service web server logs to log analytics?
Here is the feature request if you care to upvote: Support sending web server logs to OMS Log Analytics ...Answered | 2 Replies | 547 Views | Created by scott_m - Monday, April 29, 2019 7:06 PM | Last reply by scott_m - Tuesday, April 30, 2019 11:16 AM -
0 Votes
Using BAM to log web service calls and integrated records?
Hey Ricardo, If the tracking and logs are just for the developer's use to debug or backtrace, then you can use some enterprise components to log ...Answered | 3 Replies | 2760 Views | Created by Ricardo M - Monday, November 21, 2011 3:31 PM | Last reply by Ricardo M - Wednesday, November 23, 2011 2:23 PM -
3 Votes
Exception Logging
Min Zhu [MSFT] MSDN Community Support | Feedback to usAnswered | 3 Replies | 5781 Views | Created by Vish Kakkar - Tuesday, February 14, 2012 6:41 PM | Last reply by Min Zhu - Thursday, February 16, 2012 5:59 AM -
1 Votes
Any example of httpmodule with httphandler
Visual C++ MVPAnswered | 2 Replies | 1618 Views | Created by murtazagandhi - Saturday, January 4, 2014 6:21 PM | Last reply by murtazagandhi - Sunday, January 5, 2014 11:05 AM -
3 Votes
global exception logging?
Hi Scott, This sample here: http://msdn.microsoft.com/en-us/library/dd807395.aspx Is a working sample of a workflow service that ...Answered | 4 Replies | 4288 Views | Created by scott_m - Monday, May 17, 2010 9:02 PM | Last reply by Steve Danielson - Tuesday, May 18, 2010 6:31 PM -
2 Votes
what is the best logging mechanism to use?
I would suggest using Microsoft Application Block Logging Mechanism for your applicaiton: http://msdn.microsoft.com/en-us/library/cc511708.aspx BR, PMAnswered | 4 Replies | 2693 Views | Created by hazz - Friday, April 16, 2010 5:28 PM | Last reply by hazz - Friday, April 16, 2010 9:55 PM - Items 1 to 20 of 3642862 Next ›
No announcements