Product Support
Setting up MATLAB Web Server
with Internet Information Services (IIS)
NOTE: As of R2006b, the MATLAB Web Server is no longer available for sale and no new feature development or further bug fixes will occur. More information can be found here.
If you want to set up a user-friendly web server to use with MATLAB Web Server, Internet Information Services (IIS) is a good start. The following step-by-step guide will help you through this set up process:
- If not already installed, install Microsoft's Web Server From the Add/Remove Program wizard:
- Go to Start-->Settings-->Control Panel-->Add/Remove Programs.
- Click on the Add/Remove Windows Components button to bring up the Windows Components dialog box.
- Double click on "Internet Information Services (IIS)" to go into the options for IIS.
- At the very bottom on the list, click on World Wide Web Server.
- Make sure the Default website is running:
- Go to Start-->Settings-->Control Panel-->Administrative Tools-->Internet Services Manager.
- Make sure the "Default Website" is "Running".
- If not, right click on it and click start.
- (Optional) You can make sure you properly installed IIS by launching your web browser and pointing to http://localhost.
- If successfully installed, your browser window should look like this:
- Now change the Default Website properties:
- Launch the IIS MMC console again by Start-->Settings-->Control Panel-->Administrative Tools-->Internet Services Manager.
- Right-click on Default website and choose Properties.
- Go into the "Home Directory" tab.
- Change the "Local Path" to the location of the webserver demo. For this example, the path is d:\Applications\MATLAB6p1\toolbox\webserver\wsdemo.
- With everything set, it should look like the following:
- Click on the "Documents" tab and make sure index.htmll is listed there. If it is not listed, add it.
- Click OK to close the Default web site property window.
- Create 2 virtual directories, or aliases, cgi-bin and icons and point them to d:\Applications\MATLAB6p1\toolbox\webserver\wsdemo.
- Right-click on the Default Website at the IIS console.
- Click on New; and click on Virtual Directory This will bring up the Virtual Directory Wizard.
- Follow the directions, typing icons for the name, and pointing to d:\Applications\MATLAB6p1\toolbox\webserver\wsdemo. Leave everything else as default.
- Repeat the same for cgi-bin, but make sure the permissions are set to executable at the last step in the wizard.
- Browse to http://localhost to see the demo.
Store