Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Implementation method of supporting asp.net under apache

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

In this issue, the editor will bring you about the implementation of supporting asp.net under apache. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can get something after reading this article.

Let apache support the setup steps of asp.net. 1. Install .netframework (you can choose the specific version, it is recommended to install netframework3.5sp1)

two。 Install mod_aspdotnet.so, this support apache2.2 is not easy to find, attach http://xiazai.jb51.net/200912/tools/mod_aspdotnet-2.2.0.2006-setup-r2.rar

Apache2.0, you can find it online, a lot.

3. Modify configuration

Open httpd.conf

Add at the end

The code is as follows:

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

# For all virtual ASP.NET webs, we need the aspnet_client files/ http://www.bbqmw.net/qm_bbqmbd/ /

# to serve the client-side helper scripts.

AliasMatch / aspnet_client/system_web/ (\ d +) _ (\ d +) / (. *)\ "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"

Options FollowSymlinks

Order allow,deny

Allow from all

4. Add to your virtual host or virtual directory

The code is as follows:

AspNetMount / "d:/www"

Remember that d:/www is the directory of your virtual host or virtual directory, so that your directory or virtual host can support. Net

The above is the implementation method of supporting asp.net under apache shared by Xiaobian. If you happen to have similar doubts, you might as well refer to the above analysis to understand. If you want to know more about it, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report