WebSpeed on IIS7 (Windows 7)

Sharon Honeyman

New Member
Hi

I am attempting to configure WebSpeed (3.1E/9.1E) on Windows 7 (IIS7.5).
I completed all the steps below (as found in previous post) but I am still getting error 404.0 Not Found.

Fixes:
First double check if CGI/ISAPI features of IIS are installed via:
Control Panel -> Programs -> Program and Features -> Turn Windows features on or off -> Internet Information Services -> World Wide Web Services -> Application Development Features: CGI, ISAPI Extensions
Create a virtual directory "scripts" (you name it).
IIS Manager -> Web Sites -> Default Web Site -> Add Virtual Directory -> Alias: scripts, Physical path: c:\inetpub\scripts (or where cgiip.exe and/or wsisa.dll are)
Then allow cgiip.exe / wsisa.dll to run on IIS:
IIS Manager -> IIS -> ISAPI and CGI Restrictions -> add -> Add cgiip.exe and/or wsisa.dll and tick on "Allow extention path to execute" for them.
IIS Manager -> Web Sites -> Default Web Site -> scripts -> handler mappings -> edit handler permissions -> tick on "execute".
You will also be probably missing virtual folder for webspeed images etc, in this case:
IIS Manager -> Web Sites -> Default Web Site -> Add Virtual Directory -> Alias: webspeeed<version>, Physical path: <Install Directory>\webspeed
The fix was for Vista, is there anything different on Windows 7?

Many thanks,
Sharon
 
Top