Software >> Services >> HTTP Server >> IIS >> What is the default current working directory for CGIs

Web server root eg. C:\INETPUB\WWWROOT Even if your cgi is at e:\inetpub\wwwroot\cgi-bin, when cgi's execute, they will treat the current working directory as the web server root. This is different from the way apache works. This article to be reviewed.