I have an ASP.NET application that uses Austin Harris JSON RPC library to expose an RPC server. The service works great when I use it in : 1) Debug build running on ASP.NET web server 2) Debug build running on IIS 3) Release build running on ASP.NET web server
However, the configuration that matters - release build running on IIS - does not work. The same code base throws "method not found" error over RPC simply by changing the build type and the host server.
I have verified that the build and release configurations under all the projects in my solution match up and yet have turned up with nothing.
Has anyone seen this before? Any pointers?
Thanks Rishi