If you are using IIS 6.0, there are a few additional steps you must take to configure the web server running Service Center, to ensure that the service module functions as expected.
Configuring IIS 6.0 (Virtual Directory)
- Open Internet Information Services (IIS) Manager.
- Expand the Web Sites folder.
- Expand the Default Web Site folder.
- Right-click the Service Center site, and select Properties.
- Click the Virtual Directory tab.
- Click Configuration.
- Click Insert.
- In the Executable field, type c:\windows\microsoft.net\framework\v4.0.30319\aspnet_isapi.dll.
- Clear the Verify that file exists check box.
- Click OK.
Configuring IIS 6.0 (Website)
- Open Internet Information Services (IIS) Manager.
- Expand the Web Sites folder.
- Right-click the Service Center site, and select Properties.
- Click the Home Directory tab.
- Click Configuration.
- Click Insert.
- In the Executable field, type c:\windows\microsoft.net\framework\v4.0.30319\aspnet_isapi.dll.
- Clear the Verify that file exists check box.
- Click OK.
Modifying the Web Configuration File
- Go to C:\Program Files\Level Platforms\Service Center\SC.
- Open web.config.xml using Notepad.
- Between the <httpHandlers> and </httpHandlers> tags, add the following:
<add path="ServiceModules/Download/*"verb="*"type="SC.ServiceModules.Handlers.DownloadHandler"/>