PHP Developer Channel :: 討論園地

您尚未登入。

#1 2007-11-23 22:33:29

btpeter
New member
來自: hsinchu
註冊日期: 2005-09-02
文章數: 8
網站

apache 2.2.6 + asp.net [很配]哦...

先去下載.Net framework sdk 2.0
http://forum.vphome.idv.tw/topic.php?id=1294

再記得下載mod_aspdotnet
http://forum.vphome.idv.tw/topic.php?id=1296

再把這段擺httpd.conf屁股就可以了..
<IfModule mod_aspdotnet.cpp>
  # Mount the ASP.NET /asp application
  AspNetMount /aspnet "c:/aspnet"
  Alias /aspnet "c:/aspnet"
  <Directory "c:/aspnet">
    Options FollowSymlinks ExecCGI
    Order allow,deny
    Allow from all
    DirectoryIndex default.aspx index.aspx index.htm
  </Directory>

  # For all virtual ASP.NET webs, we need the aspnet_client files
  # to serve the client-side helper scripts.
  # AliasMatch /aspnet_client/system_web/(d+)_(d+)_(d+)_(d+)/(.*) "C:/WINNT/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"
  <Directory "C:/WINNT/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
    Options FollowSymlinks
    Order allow,deny
    Allow from all
  </Directory>
</IfModule>


看了以上的重點後 ...
細節就自己看啦....
完整的設定如下
http://forum.vphome.idv.tw/topic.php?id=1315


鄉下人 , 大草包
網路義工是我常幹的事 , 也可以說是笨蛋總是幹這種事...

離線

 

論壇頁尾

Web Hosting
PHP Developer Channel
Powered by PunBB 1.2.9
© Copyright 2002–2005 Rickard Andersson