ihttpmodule
Okay to implement a .NET event on an IHttpModule?
I\'ve declared an event on an HTTP Module so it will poll subscribers for a true/false value to determine if it should go ahead with its task of tweaking the HTTP Response.If only one subscriber answe[详细]
2023-01-24 01:13 分类:问答Can you programatically define ASP.NET configuration?
Is it possible to define a large portion, if not the entire, web.config of an ASP.NET application in code? If开发者_如何转开发 so, how? Would you use an IHttpModule? In the same vein, can you resolve[详细]
2023-01-11 09:03 分类:问答"Request is not available in this context" in a IHttpModule
I\'m getting that exception when I try to access the HttpContext.Current.Request object. I\'ve seen the responses in l1, l2 and l3... so... my question then is :[详细]
2023-01-10 23:01 分类:问答Flex: arrayCollection inside another ArrayCollection?
can I create an ArrayCollection into another ArrayCollectionon in Flex ? (or just an array.. or a list if I ca开发者_开发问答nnot)[详细]
2022-12-27 18:38 分类:问答Access session in IHttpModule and being able to do a response.redirect
Following the solution found at Can I access session state from an HTTPModule?, I am able to access the session state from an IHttpModule.I\'m using it to control access to some files, so in the event[详细]
2022-12-26 23:16 分类:问答Is HttpModule shared among working threads?
Do I have to lock access to instance member开发者_StackOverflow社区s? Example: public class HttpModule : IHttpModule[详细]
2022-12-26 05:04 分类:问答Frame Redirect in C#
I would like to execute a frame redirect in C# from my managed module for the IIS 7. When I call context.Response.Redirect(@\"http://www.myRedirect.org\");the correct 开发者_JAVA技巧page is shown but[详细]
2022-12-24 20:44 分类:问答How to manipulate a header and then continue with it in C#?
I want to replace an old ISAPI filter that ran on IIS6. This filter checks if the request is of a special kind, then manipulates the header and continues with the request. Two headers are added in the[详细]
2022-12-24 00:44 分类:问答json ihttpmodule compression
I wrote an IHttpModule that compress my respone using开发者_JAVA百科 gzip (I return a lot of data) in order to reduce response size.[详细]
2022-12-22 19:49 分类:问答Singleton class and using inheritance
I have am working on a web application that makes use of helper classes. These classes hold functions t开发者_如何学Goo various operation such as form handling.[详细]
2022-12-22 01:43 分类:问答