• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

supports aspx

M

MaKtErMaK

Guest
Hello i want to know if plesk support aspx ?
thanks.

sory for my english i am french
 
Hi,

when you install mod_mono you will have aspx-support for all domains on your server
 
Thanks but how i can install mod_mono ?
Where I found it ?
How i install it ?

Thanks a lot
 
good morning,

where you can find it and how you install it depends on your linux-distribution.

I'm using Debian.
there you had to launch "aptitude" or "apt-get install <package-name>"
but i think aptitude is the best way to see what will be installed and which dependencies will be installed too.

shot introduction in aptitude:
key => function
q => close windows or quit
shift + 7 ("/") => search
return => open details
arrows up an down => to move in the lists
+ => select item to install
- => unselect item
u => update package-list
g => see your selection / start install

how to install mono an mod_mono
launch aptitude
press "u" to update your list
press "/" to enter a search-pattern
type "mono-gac"
the displayed version should be near 1.2.5.1
press Return to see the dependencies
press "q" to go back
press "+" to select this package

you also need
mono-gmcs (mono c# compiler with generics support (>= .NET 2.0) )
mono-mcs (older mono c# compiler without generics support)
mono-utils
mono-common
mono-jit
mono-runtime
libmono-* (here you see the supported namespaces and "addons"
*-accessibility2.0
*-bytefx0.7.6 (MySQL-ADO .NET Adapter)
*-corlib1.0 and 2.0
*-microsoft-build2.0
*-microsoft7.0 and 8.0
*-security1.0 and 2.0
*-sharpzip2.6
*-sqlite
*-system-data / runtime / web each in 1.0 and 2.0
libmono0, 1.0 and 2.0
libapache2-mod-mono (the mod_mono addon for apache)
mono-apache-server2
mono-xsp2-base

if you have all this packages selected press "g" to see all outstanding changes to your system.
if you agree to this changes press "g" a second time and wait while apt ist installing the component

you have to restart apache-webserver und if you want have a look at /etc/mono* directory für some settings


Website: www.mono-project.com
here are other packages für SuSE and so on

in apt you can find an additions package named asp.net2-examples für aspx-testing :)
 
Ok thanks a lot i'm an debian distrib too.

But i see in the plesk 8.3.0 updater Apache ASP support ans i install it.

it's not similar, It dont take in charge aspx ?
 
Apache ASP is an clone build with Perl, I haven't used it.
Apache ASP only supports *.asp and not *.aspx these are complete differnet languages, techniques, runtime libs and frameworks
 
how to install mono an mod_mono
launch aptitude
press "u" to update your list
press "/" to enter a search-pattern
type "mono-gac"
the displayed version should be near 1.2.5.1
press Return to see the dependencies
press "q" to go back
press "+" to select this package

I, when i search mono-gac he don't found anyhtink

thanks
 
this is our /etc/apt/sources.list

# Debian Hauptarchiv
deb http://ftp2.de.debian.org/debian/ unstable main non-free contrib
#deb-src http://ftp2.de.debian.org/debian/ unstable main non-free contrib
#deb http://ftp2.de.debian.org/debian testing main non-free
#deb-src http://ftp2.de.debian.org/debian testing main non-free
deb http://ftp2.de.debian.org/debian/ etch main non-free contrib
deb-src http://ftp2.de.debian.org/debian/ etch main non-free contrib

# Security Archiv
deb http://security.debian.org/ testing/updates main non-free
deb http://security.debian.org/ etch main non-free

# Strato Archiv
deb http://ftp.serverkompetenz.de/debian/ stable main
deb-src http://ftp.serverkompetenz.de/debian/ stable main

# Plesk-Archiv
#deb http://autoinstall.plesk.com//debian PSA_7.5.4/
deb http://autoinstall.plesk.com/debian PSA_8.0.0/
deb http://autoinstall.plesk.com/debian/PSA_8.1.0 sarge all
deb http://autoinstall.plesk.com/debian/PSA_8.1.1 sarge all
deb http://autoinstall.plesk.com/debian/PSA_8.2.1 etch all

on our newer server we are using

deb http://ftp2.de.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp2.de.debian.org/debian/ lenny main non-free contrib

on http://www.go-mono.com/mono-downloads/download.html can you find an *.bin installer für other linuxes

on http://www.mono-project.com/Other_Downloads can you find other debian related downloads and sources for apt

i think with this information you should be alble to add mono-sources to your apt :)
 
Back
Top