Questions tagged [httpmodule]

9 questions
20
votes
3 answers

IIS does not load custom HTTP module from web.config

I have a custom HTTP module for an ASP.NET MVC3 website that I'm loading from web.config: The module is…
Mike Chamberlain
  • 595
  • 1
  • 4
  • 12
2
votes
3 answers

Can I see a log of IIS loading (or not loading) a .net httpmodule?

I have a site that uses a .net security module to secure certain areas of the website. It's not working, the pages that should be password protected are not. Other than that, the site doesn't throw any errors. I don't have access to the code, and…
1
vote
0 answers

Apache modules mpm-itk and authnz_external

I want to use to in one VirtualHost authnz_external module for system users and mpm-itk module for running it under another user. My config file for VirtualHost look similar as this: AddExternalAuth pwauth…
omfo
  • 61
  • 1
  • 6
1
vote
0 answers

Modules not loaded in IIS 8.0 ASP.NET application after reboot

I have 2 ASP.NET 4.5 WebForms applications, each running on 2 win-2012 servers (IIS 8.0). The applications have modules (both custom and from 3rd parties) defined in their web.config. Each application includes a different set of modules. When a…
HashPsi
  • 121
  • 5
1
vote
1 answer

mod_dims package for ubuntu?

I'm porting a client's site to my laptop for development and have run across an Apache module I've never seen before, mod_dims. Seems like the source has been around for a while, but I haven't found a package for it. Is there a PPA for it maybe? I…
quickshiftin
  • 2,125
  • 5
  • 27
  • 41
1
vote
1 answer

IIS 7 Custom Http Module not being invoked

I wrote a custom module that hooks into the Application_Error event of ASP.NET to write a user friendly error message instead of the YSOD. This works great on my development machine running on the built-in visual studio web server. When I move it…
awilinsk
  • 332
  • 4
  • 12
1
vote
1 answer

Error from IIS module after removed

I was trying out an IIS module on my development machine and stupidly installed it in a folder with an application that gets overwritten by source control. I've tried removing the module, but now every time I try to start my app pool it fails upon…
JakeS
  • 153
  • 1
  • 5
0
votes
2 answers

BUG: IIS7 managed requests

In IIS7 we can tell a module to run for managed content (thus speeding up static content serving) by: ... But. This…
Robert Koritnik
  • 912
  • 5
  • 19
  • 35
0
votes
2 answers

ASP.NET HttpModule gives “Connection Reset” in browser

I have implemented a HttpModule in ASP.NET (framework 2.0). From my logging on the server, I can see that the http request is being picked up by my HttpModule, and my code runs successfully (writing content back to the Response stream). However, the…
user18682
  • 2,251
  • 4
  • 17
  • 9