Contents tagged with IIS7
-
Where is Execute Permission in the UI?
A lot has changed in the IIS7 UI from IIS6, sometimes it can be hard to find out where to set certain things such as the execute permission for CGI's and ISAPI's. Yesterday, I was trying to get a CGI to execute, but couldn't find where to set it.
-
Accessing custom properties at runtime through managed modules (part 2)
Ok, now I want to do something in my managed module during runtime that will only read from my custom configuration properties.
-
Accessing custom properties at runtime through managed modules (part 1)
Following on my last post in developing my module for app-building week, I want to talk about how I wrote the code for my managed module (C# code). So far, I have custom configuration schema that could be accessed through various built-in tools and I know that I can access custom configuration through managed code, but I needed to find some samples.
-
Adding simple custom schema to IIS Configuration
Let's see if I can get 2 blog posts written in the same month! :)