We have DRM up and running but we want to change the server. How can we do this?
Not the easiest thing to do if you have already released packaged content out to customers. Those files contain the URL to your licenseserver say http://www.drm_oldserver.com 1 - First thing you would have to do is make all current and future files point to http://www.drm_newserver.com 2 - Setup a forward from http://www.drm_oldserver.com/license.asp to http://www.drm_newserver.com/license.asp via your ASP / ASPX file to create an automatic form post to the new server license.asp / aspx (KEY is fairly large and doesn't work via response.redirect) -- another option -- have the customer download the file again ... (obviously not the best option) -- if you are transferring for a 3rd party provider to your own server -- make sure everything matches up (Attributes attached while wrapping and that you get the KeyID/SEED DB from them so you can issue a license for files already being used by customers) AC