How To Migrate IIS7.5 to IIS8.0

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 IIS8.0. Following the simple procedure below ON IIS 7.5 To Export the Application Pools on IIS 7.5 Run the command below from the command prompt […]

Read More

How to Generate CSR in IIS7 and above

Posted on

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 and CSR in IIS 7.0 and above: 1. Log on to the server with the administrator account or an equivalent account. 2. Open the Internet […]

Read More

How to Generate CSR in IIS6

Posted on

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 the Internet Information Services (IIS) Manager. From the Start button select Programs > Administrative Tools > Internet Information Services Manager or Open Run and enter […]

Read More

How to export a certificate with the private key

Posted on

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) Click “Close” and “OK” Expand the console tree and click on “Personal” Locate the certificate that you want to export on the “right pane” Click […]

Read More