I am building a stand alone .NET applications using ArcObjects.
I want to run it on the server, where I have ArcGIS for Server.
I am trying to bind the license at runtime to the ArcGIS server runtime.
But the application giving an error message "Invalid ArcGIS Runtime Binding"
I am using this command
RuntimeManager.Bind(ProductCode.Server)
I don't want to install the engine there or have a license for the engine, because the application run at night when there is no activity , so I want to use the server license
Is that possible?