IssueView Web on IIS 7
IssueView-Web (IVW) runs on IIS 7 (shipped with Vista and Windows 2008), but requires some additional configuration on the IIS 7 Server. Before running the IVW
installer, you need to enable IIS 6 Compatibility, and ASPNET Support
1)
Open the Control Panel and launch the 'Programs and Features' Applet
2)
Click the link to 'Turn Windows features on or off'
3) In the 'Windows Features' dialog, enable 'IIS 6 Management Compatibility'
4) Enable the 'Application Development Features'
5) Now download and run the IssueView Web Installer on the IIS 7 Server.
Once IVW is installed, you may get an error telling you that the IMUtil.dll is not
properly installed.
6) If you get this error, here are the steps for manually registering IMUtil.dll
from an elevated command prompt:
- Click the 'Start' button, click 'All Programs', click 'Accessories', right-click
'Command Prompt', and then click 'Run as Administrator'.
If you are prompted for an administrator password or for confirmation, type your
password, or click Continue.
- In the Run dialog type the following command:
regsvr32 "C:\Windows\System32\IMutil.dll"
- Press Enter. You should get a confirmation that DllRegisterServer succeeded.
IVW should work fine now.
|