您尚未登入。
先去下載.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
離線