Tagged Questions
1
vote
2answers
134 views
What due diligence is required for HTTPModules that run within IIS?
I noticed some HTTP Handlers in my Web.config that appear to intercept HTTP traffic and manipulate it.
Since there has already been an exploit with a similar component produced by Microsoft, what ...
4
votes
3answers
289 views
How can IT audit for installation of IIS Express?
IIS Express is a developer tool for Windows XP and higher which provides the full feature set of IIS, but without needing administrator rights.
I've seen discussion by some developers who are ...