Package: mono-xsp2
Version: 1.1.15-1

I try manually run xsp2. Xsp2 won't start. I get this error:

mycomputer# xsp2 --appconfigfile /etc/xsp2/debian.webapp --port 8082

Unhandled Exception: System.InvalidCastException : Cannot cast from source type to destination type.
in <0x0003f> System.Configuration.ConfigurationManager:get_AppSettings ()
in <0x00007> Mono.XSP.Server:get_AppSettings ()
in <0x00149> Mono.XSP.Server:Main (System.String[] args)


my debian.webapp:
<apps>
<web-application>
<name>test</name>
<vpath>/test</vpath>
<path>/home/pchott/tmp/mono_testing/ImageWriteOnFly</path>
</web-application>
</apps>


Reply via email to