I have built a webapp using 10.0 and somewhere in the code-behind file, I use this:ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.EngineOrDesktop);
This worked fine in developement environment, but when I was ready to install on server, I converted it to the following and that worked fine on the Web Server.ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Server);
Now we upgraded to 10.1, and neither one of these works on the server. It works on development environment fine.Any idea if anything else needs to be changed somewhere?Thanks