Enable Frontpage extensions and Active Server Pages On Apache 2.2

topdog

Verified User
Joined
Jun 22, 2009
Messages
135
Hi,
I was wondering whether or not, there was a way to enable Active Server Pages (ASP), and FrontPage extensions on a server running DirectAdmin and Apache 2.2?
I'm running CentOS5.4, DirectAdmin 1.35.1, Apache 2.2.14, MySQL 5.1.45, and PHP 5.2.13.
Thanks.
 
If you want true Active Server Pages then you have to use a Windows server. But even Microsoft has not supported FrontPage Extensions since 2006.
 
There is a thread on this forum explaining how to get Microsoft Front Page extensions on Apache 2.x, but installing it would most likely be in violation of Microsoft's property rights since they no longer offer any license for using it on any kind of server, and they've invalidated all previous licenses years ago.

Jeff
 
ModMono

I've gotten ModMono, Mono, and XSP to all work for Asp.net 2.0 support.
The only problem I have now is that I am missing a file called gdiplus.dll.
I compiled libgdiplus 2.6.2 with:
./configure
make
make install
It installs fine, but the Asp.net page I have which can be seen at the URI
http://www.danielcproductions.net/index.aspx
Still says it cannot find gdiplus.dll.
I try as a final resolution:
./configure --prefix=/usr/local/lib/mono
make
make install
Still that doesn't work, and the same error occurs.
Anyone else have this problem, and have any suggestions as to how to fix it?
I'm on CentOS 5.4, Apache 2.2.14, PHP 5.2.13, MySQL 5.1.45. Thanks.
 
Last edited:
Back
Top