I'm setting up an environment for testing a Silverlight app with RIA Services in IIS 5.1. I'm getting an error message on the first service call saying "The specified resource was not found."
This only occurs when I deploy the project to my local IIS 5 setup, it works fine in the Visual Studio hosted web server. I was having this issue with IIS 6 too but fixed the issue when I selected the virtual directory and selected "Convert to Application." Problem is, IIS 5 doesn't have this function (that I can find, anyway.)
Anyone have experience deploying RIA Services on IIS 5? Scouring the web I've only found related issues with Azure and other fixes that didn't help.