[Mono-list] Mono does not handle NumberService.asmx file

Robert Jordan robertj at gmx.net
Wed Dec 24 11:50:27 EST 2008


Hi Andrus,

Andrus wrote:
> Robert,
> 
>> Remove these lines:
>>
>>> SetHandler mono
>>> AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx
>> ...
>>
>>> <VirtualHost *:80>
>>> SetHandler mono
>> Remove AddHandler:
> 
> Thank you.
> I tried mod_mono.conf containing:

Well, you've removed *all* SetHandlers ;-)

<VirtualHost *:80>
	ServerName localhost
	DocumentRoot "I:\raamat\EevaWeb\SilverlightApplication4_Web"
	MonoDocumentRootDir "I:/raamat/EevaWeb/SilverlightApplication4_Web"
	MonoApplications "/:./"
	MonoDebug true
	#
	# insert this:
	#
	SetHandler Mono
</VirtualHost>

Robert



More information about the Mono-list mailing list