IIS 5 Question

Got Haggis?

Veteran XX
Alright, I'm pretty much a n00b when it comes to IIS.....been working with apache, but now i'm being forced to use IIS for a project.

I have this mapping application I am going to run on it.....and it needs to be installed in the cgi-bin directory....the problem is, I have no idea how to declare what the cgi-bin directory is...i know it is usually called cgi-bin if you put it inside the wwwroot, or scripts if you put it outside the wwwroot.....

i have 4 sites running on iis....so i want to put it inside the wwwroot...however, just creating a directory called cgi-bin doesn't seem to work....i looked in the properties and can't seem to find where to declare it anywhere....

any help would be greatly appreciated
 
Got Haggis? said:
Alright, I'm pretty much a n00b when it comes to IIS.....been working with apache, but now i'm being forced to use IIS for a project.
that must piss you off to no end heh
 
add a new virtual directory
then right click -> properties -> change Execute permissions to scripts and executables.

Think thats what you're looking for
 
Back
Top