Hi!
 
I think I found the problem:
 
in MonoWorkerRequest.MapPath()
 
        return Path.Combine(appHost, path.Replace(...))
 
returns only "path.Replace(...)"
 
When your replace it with
 
        return appHost + path.Replace(...)
 
it works...
 
Arthur
-----Ursprüngliche Nachricht-----
Von: Paul [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 24. Jänner 2003 02:34
An: Zaczek Arthur
Betreff: mono

art-


for what it's worth I rebuilt with .19 and used the *full* path name and it worked for me.

http://192.168.0.210:8080/home/user/xsp/server/test/index.aspx


It is still throwing exceptions in the console but it works after a while. I've tried it on two machines and with .19 where neither worked with .18 .


good luck


-paul



http://192.168.0.210:8080/mono.png

System.Web.HttpException: File '/mono.png' does not exist

Reply via email to