Forum  General Visual ...  Install It!  VGW (.NET 1.1 /.net2.0) under Mono + linux
Previous Previous
 
Next Next
New Post 9/26/2007 8:45 PM
  twoface
4 posts
No Ranking


Re: VGW (.NET 1.1 /.net2.0) under Mono + linux 

I fix this error by change the mod_mono.conf .

this is my mod_mono.conf

LoadModule mono_module modules/mod_mono.so
MonoAutoApplication disabled
AddHandler mono .rails .aspx .ascx .asax .ashx .config .cs .asmx .wgx .castle
MonoServerPath /usr/bin/mod-mono-server2

Alias /lib/ "/opt/mono/server/mono/site/"
MonoApplications "/lib:/opt/mono/server/mono/site"
<Directory "/opt/mono/server/mono/site/">
    Options MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<Location /lib>
        SetHandler mono
</Location>

if miss the last three line,the page will report script error.

 
New Post 9/26/2007 9:16 PM
  Guy
2346 posts
1st Level Poster




Re: VGW (.NET 1.1 /.net2.0) under Mono + linux 
Hi,

Thanks for the information this should help other developers working with mono.

Cheers,
Guy
 
New Post 9/27/2007 4:25 AM
  fisherman
163 posts
5th Level Poster


Re: VGW (.NET 1.1 /.net2.0) under Mono + linux 

An advice to everyone who tries to get a VWG application running on Linux/Apache/Mono: Take the time to read some basic instructions about ASP.NET on Mono/mod_mono here. This certainly helps avoiding irritations and involving additional resources.

Bernhard

 
Previous Previous
 
Next Next
  Forum  General Visual ...  Install It!  VGW (.NET 1.1 /.net2.0) under Mono + linux
Assessment Bottom
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS