Generate deployment folders using Deployment Wizard

 

Deployment Wizard generates two packages – Consumer and Provider – which have to be deployed independently to their respective servers. Thus one can deploy provider part to the application server closer to the database server, and consumer application to any application server. One Provider can serve multiple Consumers.

 

 

 

Specify provider’s url if available or temporary url. You can change it later in web.config’s RestfulHost key of Consumer’s application.

 

 

Click Configure Other Application Options Settings to enforce HTTPS, enable Encryption or enforce public-private keys authentication.

 

 

Iron Speed Designer generates two deployment folders for Web Application but for Web Site you have to use Microsoft Visual Studio to complete generation. Open each generated application and create deployment folder using Publish option from the Build menu

Once the deployment folders are created, you can deploy it on the IIS server by following steps described in Part VI – Publishing a Deployment Package