[Mono-list] Mono does not handle NumberService.asmx file
Robert Jordan
robertj at gmx.net
Tue Dec 23 14:28:19 EST 2008
Hi Andrus,
Andrus wrote:
> Robert,
>
>> SetHandler mono
>
> Thank you very much. I changed mod_mono.conf to
>
Remove these lines:
> SetHandler mono
> AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx
...
> <VirtualHost *:80>
> SetHandler mono
Remove AddHandler:
> AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx
> ServerName localhost
> DocumentRoot "I:\raamat\MyAppWeb\SilverlightApplication4_Web"
> MonoDocumentRootDir "I:/raamat/MyAppWeb/SilverlightApplication4_Web"
> MonoApplications "/:./"
> MonoDebug true
> </VirtualHost>
Robert
More information about the Mono-list
mailing list