Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
ASP.NET
ASP.NET
Are there any special things I would need to consider before installing ASP.NET, as I would like to provide ASP services to our clients and cannot find any documentation where it has been done or is included with VestaCP. Thank you to anyone who replies to help.
Re: ASP.NET
Integration with ASP shouldn't be hard to do.
1. Install Mono, XSP and mod_mono for the apache web server.
2. Create new template /usr/local/vesta/data/templates/web/httpd/mono.tpl
and /usr/local/vesta/data/templates/web/httpd/mono.stpl
1. Install Mono, XSP and mod_mono for the apache web server.
2. Create new template /usr/local/vesta/data/templates/web/httpd/mono.tpl
Code: Select all
<VirtualHost %ip%:%web_port%>
ServerName %domain_idn%
%alias_string%
ServerAdmin %email%
DocumentRoot %docroot%
ScriptAlias /cgi-bin/ %home%/%user%/web/%domain%/cgi-bin/
Alias /vstats/ %home%/%user%/web/%domain%/stats/
Alias /error/ %home%/%user%/web/%domain%/document_errors/
MonoAutoApplication disabled
MonoApplications "/:/home/%user%/web/%domain%/public_html"
MonoServerPath "/opt/mono/bin/mod-mono-server2"
AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd
CustomLog /var/log/%web_system%/domains/%domain%.bytes bytes
CustomLog /var/log/%web_system%/domains/%domain%.log combined
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
</Directory>
<Directory %home%/%user%/web/%domain%/stats>
AllowOverride All
</Directory>
Include %home%/%user%/conf/web/%web_system%.%domain%.conf*
</VirtualHost>
Code: Select all
<VirtualHost %ip%:%web_port%>
ServerName %domain_idn%
%alias_string%
ServerAdmin %email%
DocumentRoot %docroot%
ScriptAlias /cgi-bin/ %home%/%user%/web/%domain%/cgi-bin/
Alias /vstats/ %home%/%user%/web/%domain%/stats/
Alias /error/ %home%/%user%/web/%domain%/document_errors/
MonoAutoApplication disabled
MonoApplications "/:/home/%user%/web/%domain%/public_html"
MonoServerPath "/opt/mono/bin/mod-mono-server2"
AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd
CustomLog /var/log/%web_system%/domains/%domain%.bytes bytes
CustomLog /var/log/%web_system%/domains/%domain%.log combined
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
<Directory %docroot%>
AllowOverride All
Options +Includes -Indexes +ExecCGI
</Directory>
<Directory %home%/%user%/web/%domain%/stats>
AllowOverride All
</Directory>
SSLEngine on
SSLVerifyClient none
SSLCertificateFile %ssl_crt%
SSLCertificateKeyFile %ssl_key%
%ssl_ca_str%SSLCertificateChainFile %ssl_ca%
Include %home%/%user%/conf/web/%web_system%.%domain%.conf*
</VirtualHost>
Re: ASP.NET
Hello,
got anymore upto date info?
Thanks,
Zac.
got anymore upto date info?
Thanks,
Zac.
Re: ASP.NET
Sorry, but no.ossiozac wrote: got anymore upto date info?
At the moment, the task is not a priority. Don't see any activity, and votes for this .
https://bugs.vestacp.com/issues/362