Silverlight SDK1.1をMac OS Xで動かす

jitte2007-05-09


Microsoft Silverlight: Light Up the Web これの話。DLRConsoleは以下の手順で使えるようになるみたい。

<Directory "/Users/(ユーザ名)/Sites/">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    AddType text/python .py
    AddType text/jscript .jsx
</Directory>

Congratulations!