[Mono-aspnet-list] Mono - Apache - Windows Source code showing
dhav79
dparekh at aaski.com
Thu Jun 17 10:58:27 EDT 2010
Ok here is my current config, I did what you suggested, and I got a pop up
window that asked me if i wanted to download the page
Ex.
You have chosen to open which is a application/x-asp-net
from: http://localhost
Which should firefox do with the file?
Then i get couple of options like open with, download this file with
bitComet, or Save File
Any ideas?
<Directory "C:/Mono/lib/xsp/test">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
LoadModule mono_module modules/mod_mono.so
MonoServerPath mono c:/Mono/bin/mod-mono-server2
AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx
AddType application/x-asp-net .aspx
<IfModule mod_dir.c>
DirectoryIndex index.aspx default.aspx
</IfModule>
<VirtualHost *:80>
ServerName localhost
DocumentRoot "C:\Mono\lib\xsp\test"
MonoDocumentRootDir "C:/Mono/lib/xsp/test"
MonoApplications "/:./"
</VirtualHost>
<Location /test>
SetHandler mono
</Location>
--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-Apache-Windows-Source-code-showing-tp2258923p2258961.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
More information about the Mono-aspnet-list
mailing list