In order to Migrate/Move IIS7.5 application to IIS8.0 on another server, you will need to export the application pool and the site from IIS 7.5 and Import these on to…
Recently I am moving application from IIS6.0 to IIS8.5 and some the applications are running under application pool identity, the application owner could not remember the password..Typical of application developer.…
I recently set up MS Webdeploy for the application team to be able to publish/deploy from their prelife environment to production. After the necessary configuration, one of the developer reported…
Because of the new structure in IIS 7 manager interface, there is a little change in how CSR is being generated. Follow the steps below to generate a Private Key…
Follow the steps below to generate a Private Key and CSR in IIS 6.0 1. Log on to the server with an administrator account or an equivalent account. 2. Open…
Open the Certificates snap-in using MMC Click on “File” and select “Add/Remove Snap-in”, Click “Add” and select “Certificate” Select “ Computer” and click “Next” Click “Finish” ,(Leave Local computer checked)…
One of my developers requested that he needs a list of all websites running on his servers to do some house keeping in preparation to migrate to another server. Below…