Turn on Microsoft IIS for thin client access
Turn on Microsoft Internet Information Services (IIS) and configure it with the correct settings to make your project accessible to thin clients over the network.
Version | …on Operating System |
---|---|
IIS 7 |
|
IIS 8 |
|
IIS supports all features of InduSoft Web Studio, and it is robust enough to serve almost any IWS project in a production environment. It is the web server software that we recommend for most users, and to achieve the best performance during project run time, we strongly recommend that you use one of the versions listed above.
- IIS 5.1 on Windows XP Professional 32-bit (www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/iiiisin2.mspx)
- IIS 6.0 on Windows XP Professional 64-bit or Windows Server 2003 (technet.microsoft.com/library/cc785089)
You need to turn on IIS only on the computer that will be your project runtime server. This may be the same computer that you are using to develop your project, particularly if you plan to test your project locally, but it does not have to be.
For the sake of system security, IIS is turned off by default when the operating system is installed. To turn on and configure IIS in Windows:
- Do one of the following:
- Click the Start button, and then on the Start menu, click Control Panel; or
- In Windows 8, swipe in from the right edge of the screen, click/tap Search, and then in the search box, type Control Panel. When Control Panel is displayed in the search results, click/tap it.
The Control Panel window is displayed.
- In the Control Panel window, click Programs, and then under Programs and Features, click Turn Windows features on or off. The Windows Features dialog box is displayed.
- In the Windows Features dialog box, select Internet Information Services. IIS is selected with its default features, but you need to make sure that all of the features required by InduSoft Web Studio are also selected.
- Expand Internet Information Services > World Wide Web Services > Application Development Features, and then do one of the following:
- For IIS 7, make sure that all of the following features are selected: .NET Extensibility, ASP, ASP.NET, ISAPI Extensions, and ISAPI Filters.
- For IIS 8, make sure that all of the following features are selected: .NET Extensibility 3.5, .NET Extensibility 4.5, ASP, ASP.NET 3.5, ASP.NET 4.5, ISAPI Extensions, and ISAPI Filters.
- Expand Internet Information Services > World Wide Web Services > Common HTTP Features, and then make sure that Static Content is selected.
Figure 1. Required features selected in IIS 7
Figure 2. Required features selected in IIS 8
- Click OK. IIS is turned on with the selected features, but you might be prompted to restart Windows to apply the changes.
- After you have turned on IIS, you can use Internet Information Services (IIS) Manager to configure it. To open IIS Manager:
- In the Control Panel window, click System and Security, and then click Administrative Tools. The Administrative Tools window is displayed.
- In the Administrative Tools window, double-click Internet Information Services (IIS) Manager.
For more information about configuring IIS 7, go to: technet.microsoft.com/library/cc753433
For more information about configuring IIS 8, go to: technet.microsoft.com/library/hh831725
netstat -a -o