How do I forward IIS to Fast BugTrack?
Steps to configure IIS to serve FBT from a subdirectory: Our example assumes that requests to http://IISHOST/ is the IIS server, and http://IISHOST/test/ will be forwarded to the Fast BugTrack (FBT) server running on the same machine… IIS and FBT are already installed and running. Default.asp should be placed in a directory all by itself. We will assume that it is placed in “C:\FBTASP” Control Panel, Administrative Tools, Internet Services Manager Under “Default Web Site”, right-click, choose “New -> Virtual Directory” A Wizard starts: For Alias, enter “test” For Directory, we will use the directory that Default.asp is installed: C:\FBTASP Ensure that “Read” and “Run scripts (such as ASP)” are checked. Finish. Now we right-click our virtual directory, and choose “Properties” We choose the Custom Errors tab, and for http errors “404” and “405”, choose Message Type: “URL”, and in the URL field, enter: “/test/default.asp”. We now have IIS configured correctly – we must finally configure