[Mono-devel-list] XSP/mod_mono image problem?

Colt D. Majkrzak majkrzak at gmail.com
Wed Feb 9 20:19:50 EST 2005


There is really no code per say, the images are nothing more then image
controls with the all the images statically set to a given image other then
one that is dynamically set.  Even so, all images do the exact same break.
The only other code I can really give is the sites config lines to apache.

----------Apache Entry-----------------
<VirtualHost 67.19.78.90>
Alias / "/home/theedge/public_html/"
MonoApplications "/:/home/theedge/public_html/"
<Location />
        SetHandler mono
</Location>

<IfModule mod_dir.c>
        DirectoryIndex index.aspx index.php index.html index.htm
</IfModule>

ServerAlias www.theedgeradio.org theedgeradio.org
ServerAdmin webmaster at theedgeradio.org
DocumentRoot /home/theedge/public_html
BytesLog domlogs/theedgeradio.org-bytes_log
ServerName www.theedgeradio.org
User theedge
Group theedge
CustomLog domlogs/theedgeradio.org combined
ScriptAlias /cgi-bin/ /home/theedge/public_html/cgi-bin/
</VirtualHost>



--------------------------------------------

Thanks!

-----Original Message-----
From: Mark Gallop [mailto:gallopma at cyllene.uwa.edu.au] 
Sent: Wednesday, February 09, 2005 7:10 PM
To: Colt D. Majkrzak
Cc: mono-devel-list at lists.ximian.com
Subject: Re: [Mono-devel-list] XSP/mod_mono image problem?

Colt D. Majkrzak wrote:

>Hi I've been writing a site using VS2k3/IIS5 and been uploading it to my
>server running latest mono/xsp/mod_mono/classes etc, compiled from source.
>I've been noticing that if you go to the site all images load, but if you
>click the refresh button they all load broken.  It appears to happen in
both
>IE and Firebird.  Has anyone also ran into a similar problem?
>I've got a simple test site @ http://www.theedgeradio.org/index.aspx if you
>wish to see what im talking about
>
>Thanks!
>
>_______________________________________________
>Mono-devel-list mailing list
>Mono-devel-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-devel-list
>  
>
Colt,

Could you give an example of the code you are using?

Cheers
Mark




More information about the Mono-devel-list mailing list