「Xsp」の版間の差分
imported>Administrator |
imported>Administrator |
||
| 11行目: | 11行目: | ||
== 使い方 == | == 使い方 == | ||
=== | === コマンドライン === | ||
[[ASP.NET]]や[[APS.NET MVC]]で書いたWebアプリを格納したディレクトリに移動してxpsを立ち上げる。 | |||
ASP.NETのバージョンごとにxsp、xsp2、xsp4と別々のコマンドになっている。 | |||
なお、.NET Framework 3.xは.NET Framework 2.xの拡張なので欠番である(xsp2)。 | |||
<source lang="bash"> | |||
$ cd /hoge/hage | $ cd /hoge/hage | ||
$ /usr/local/bin/xsp4 | $ /usr/local/bin/xsp4 | ||
</bash> | |||
=== Apacheと連携 === | === Apacheと連携 === | ||