IVR Documents on IIS 6
Thursday, May 15th, 2008I’ve been having trouble hosting a panoramic photo. The applet consists of panoapplet.jar an ivr file and the jpg image. I kept getting the error:
LP Core Error: Invalid Image URL
LP Core Error: Invalid Component parameter in lipImage
It turned out that the server was not serving the ivr document. To serve ivr documents with IIS 6 got to Start ->Administrative Tools->Internet Information Services(IIS) Manager. Under Internet Information Services will be the computer name. Right click on the computer and select Properties (Or click Start right click on My Computer, and click Manage. In the Computer Management window expand Services and Applications right click Internet Information Services and select Properties). In the properties window click the “Mime Types…” button. Click new and add the extension “.ivr” with the mime type “i-world/i-vrml.” Restart IIS to see changes immediately. W3schools has a good reference for other multimedia mime types.

