Presentation is loading. Please wait.

Presentation is loading. Please wait.

Apache + ASP.NET.

Similar presentations


Presentation on theme: "Apache + ASP.NET."— Presentation transcript:

1 Apache + ASP.NET

2 Installation of Apache plus ASP.NET
Download and install Apache or Download and install mod_aspdotnet ( Create C:/AppServ/www/aspx. Modify httpd.conf (c:/AppServ/Apache2.2/conf/http.conf). Restart Apache. Test ASP.NET. Create “C:\Windows\Microsoft.NET\Framework\v \Temporary ASP.NET Files” if necessary. Reference:

3 Installation of Apache plus ASP.NET
LoadModule aspdotnet_module modules/mod_aspdotnet.so AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)" "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4" <Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles"> Options FollowSymlinks Order allow,deny Allow from all </Directory> AspNetMount /aspx "C:/AppServ/www/aspx" Alias /aspx "C:/AppServ/www/aspx" <Directory "C:/AppServ/www/aspx"> Options FollowSymlinks Indexes AspNet files DirectoryIndex default.htm default.aspx

4 Installation of Apache plus ASP.NET
<html> <body> 現在時間: <% Dim T As Date T = Now Response.Write(T) %> </body> </html>


Download ppt "Apache + ASP.NET."

Similar presentations


Ads by Google