#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
<IfModule mod_aspdotnet.cpp>
AspNetMount /SampleASP "c:/xampp/asp_docs"
Alias /SampleASP "c:/xampp/asp_docs"
<Directory "c:/xampp/asp_docs">
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
DirectoryIndex index.htm index.aspx
</Directory>
AliasMatch /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>
</IfModule>
#asp.net
Hướng Dẫn Chạy ASP.NET trên XAMPP
I am assuming that you have XAMPP and ASP Installer already installed
open up C:\xampp\htdocs\apache\conf\extra\httpd-xampp.conf
add this between the tags






0 comments:
Post a Comment