IIS Manager

With IIS Manager you get a graphical overview of your web.config file, so you can easily modify and fine‑tune the IIS configuration to match your exact needs. It is also possible, for example, to recycle your Application Pool with IIS Manager.

You can download IIS Manager here: http://www.iis.net/download/iismanager

How to connect

When you connect, select “Start page” and then “Connect to site”.

Login details are the same as for FTP and Web Deploy:

  • Server: [webserver] (Can also be seen in the welcome email and in our control panel)
  • Site/Application: [domain]
  • User name: [username]
  • Password: [password]

Problems with login?

If you have trouble logging into your IIS Manager, it may be due to the deprecation of TLS 1.0.

Download, unpack and run this .reg file (´strongcryptofix.reg´)

The file inserts/updates certain values in your registry, which in most cases resolves the issue. Restart the computer and then try to log in again. If you continue to have problems, please contact us.

Recycle Application Pool

Recycling an Application Pool is done by right‑clicking the site in IIS Manager, and then selecting “Deploy” → “Recycle …”. Stop your Application Pool here, and start it again afterwards.

Convert folder to Application

Through IIS Manager you can also convert a folder to an application.
This is done by right‑clicking the folder, selecting “Deploy” and then “Convert to application”.

Article from the support category: ASP & ASP.NET

Other relevant articles