简体   繁体   中英

ASP (Classic) on Linux Chilisoft Replacement

Sun's One Server worked great up until Sun Disappeared. Now looking around the landscape the classic ASP solutions are all abadoned.

Apache::ASP appears to be perl wrapped in ASP tags. Chilisoft ASP no longer exists. Old versions won't compile against new Apache 2. Sun's package solution doesn't even have a support page anymore.

Where did everyone with ASP code running on a unix server run to? Is it time to pay the outdated code tax?

I found this one: http://www.mono-project.com/Mod_mono

Mod_Mono is an Apache 2.0/2.2 module that provides ASP.NET support for the web's favorite server, Apache.

The module passes off requests for ASP.NET pages to an external program, mod-mono-server, which actually handles the requests. The communication between the Apache module and mod-mono-server is established using a Unix socket or a TCP socket.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM