When debugging A zune3d sample of blend 3 today, the sliverlight program is generated after running. Because my machine has just been upgraded from Vista to Windows 7, IIS is not configured, therefore, preview fails. the following steps are provided:
(1. Configure IIS)
1. open "Control Panel"/"programs"/"turn windows features on or OFF" and check "Internet Information Services". In Windows 7, WMT and WWWS are selected by default. click "OK" to exit.
2. Open "Start/All Program"/"Administrtive Tools"/"Internet Information Services (IIS) manager". You can also directly search for "IIS" under "Start Menu"
3. click the "Site" node in the tree on the left, select "Default web site", select actions on the right of "Default web site", and click "start ", if an error dialog box with 0x80070020 is displayed, it is because port 80 is occupied by another application. Click bindings in actions... "button to edit the default port 80 as another port, such as 81.
4. Click "restart" of actions and select "Browse *: 81 (HTTP)" to view the start page of IIS.
(2) Configure your website zune3d)
1. Right-click "application pools" in the left Tree, select the "add application pool..." option in the pop-up menu, name it "zune3d", and confirm to exit.
2. Right-click "sites" in the left Tree, select the "add web site" option in the pop-up menu, enter "zune3d" in the site name field, and select "zune3d" in the application pool ",
Physical path: select the directory where zune3d is located. click "Connect... the "Connect as" dialog box is displayed. Select "specific user:" And click "set". In the displayed dialog box, enter the user name and account of the local administrator. click "OK" and exit the "Connect as" dialog box. You can click "test Settings" to check whether the configuration was successful. enter a valid port in Port:, for example, 82.
3. click "zune3d" created under "Site" on the left, select "diretory browsing" on the right, select actions on the right of "directory browsing", and select "enable ". click the root node of the left Tree, select "Default document" on the right, open it, select "actitory browsing" actions on the right, click "add", and enter "default.html ", click "OK ". click "move up" in actions to move the "default.html" option to the top.
4. Click "restart" of actions and select "Browse *: 82 (HTTP)" to view the zune3d page.