I need to modify the content of certain HttpRequests (SSAS connection strings) in IIS. Basically, I need to add an element to the SOAP contained in the request.
First a little background on what I am trying to achieve. I have a client application that is utilizing REST services served by ArcGIS Server and IIS 7. I want to be able to modify the response (remo
I have the following module public class LowerCaseRequest : IHttpModule { public void Init(HttpApplication context) {
I have a wap site with susciription and I want to check if users are authorized to see some pages. I have decided to use ht开发者_JAVA技巧tp module.
While playing around with Sharepoint and WCF, I came across an article - Sharepoint 2007 and WCF in which the author stated the ne开发者_开发问答ed to fix the Virtual Path Provider. He accomplished th
We have an application running on IIS 6 which uses a custom HttpModule to rewrite urls. This works great (well done us) except in the case where the Context.RewritePath destination is a .php file. The
I have a scenario where my application is going to be publishing services that are consumed by both PC\'s and mobile devices, and I have a HTTPModule that I want to only perform work on only the mobil
The problem When I try to make a AJAX partial update request (using the UpdatePanel control) from the default page of an IIS7 web site, it fails- instead of returning the html to be updated, it retur
There may be an easy way to do this but I can\'t see it... I created a simple Http Module that starts a timer on t开发者_如何学Gohe PreRequestHandler and stops the timer on the PostRequestHandler to
I pretty sure I\'ve seen this somewhere but I can\'t seem to find it anywhere. I have an HttpModule that can be used across multiple requests. In other words 开发者_开发技巧instead of creating a new i