Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
marco_puccetti
Partner - Creator
Partner - Creator

How to Deploy a Mashup on IIS

Hello, i need to deploy a mashup application on IIS, and i need to know which files have i to modify in order to let them works.

I've also noticed that some parts are generated runtime so is this the code to change:

var config = {

  host: window.location.hostname,

  prefix: prefix,

  port: window.location.port,

  isSecure: window.location.protocol == "https:"

};

Thanks

Marco

0 Replies